Hacker News new | past | comments | ask | show | jobs | submit login

Does anyone have any idea about how this compares to Google's btree?

https://code.google.com/p/cpp-btree/




BTree and B+ Tree are different animals.


But both this Bw-tree and the implementation the parent linked to claim to be "B-trees" (variants thereof), so I'm not sure why that's relevant. (Apart from the fact that B+ trees are just another B-tree variant themselves.)


looks like this does not support concurrent lock-free operations.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: