Skip to content

Comment on The Bw-Tree: A B-tree for New Hardware

Comments

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.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.