|
|
|
|
|
by koverstreet
2803 days ago
|
|
I've been staring to write a paper on bcache/bcachefs's b-tree design, which is also a sort of combination b-tree/trie (it uses binary trees in eytzinger layout). Pretty cool to see the same idea coming up in multiple places. Running index-microbenchmarks now to see which is faster :) |
|
Single threaded random lookups: 1.4M/sec for bcachefs, 2M/sec for masstree.