Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
davvid
on April 10, 2013
|
parent
|
context
|
favorite
| on:
The Bw-Tree: A B-tree for New Hardware
Does anyone have any idea about how this compares to Google's btree?
https://code.google.com/p/cpp-btree/
ww520
on April 10, 2013
|
next
[–]
BTree and B+ Tree are different animals.
lvh
on April 10, 2013
|
parent
|
next
[–]
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.)
matt4711
on April 10, 2013
|
prev
[–]
looks like this does not support concurrent lock-free operations.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
https://code.google.com/p/cpp-btree/