I’m developing small database, and I have deiced to use stx-btree implementation for store the data in btree.
Is it possible to store stx-btree on disc?
Thanks in advance!
UPDATE: I need hold in memory piece of btree and load/save required tree node when it’s necessary.
I know very little about c or c++ or even btree’s but saw this question while reviewing and googled it as it looked interesting ! …
Have a look at this gitHub page :
https://github.com/fakechris/stx-btree-ondisk