shuoli84 / sweep-bptree

A b+ tree, locality aware, so it's faster for ordered access
Apache License 2.0
12 stars 4 forks source link

Make cache plugable or configurable #11

Open shuoli84 opened 1 year ago

shuoli84 commented 1 year ago

Now the leaf cache is built in, so user not able to switch it off. This limits the use cases for the crate, e.g, what if I know it's always random access, then the cache is a pure overhead..