Not production ready
Closed this issue · 1 comments
guycipher commented
This Btree works, but its not production ready. Overflows and concurrency need to be corrected.
guycipher commented
Got a fix coming in for the concurrency on insert and delete using a latching like locking flow; Also taking what I got from Reddit I will be replacing the current overflow logic with something more efficient to handle large keys and values. Keep an eye out.