Nov 2, 2023 · The core of bcachefs is a high performance, low latency b+ tree. Wikipedia covers some of the highlights - large, log structured btree nodes, which enables some novel performance optimizations. As a result, the bcachefs b+ tree is one of the fastest production ordered key value stores around: benchmarks.