|
|
|
|
|
by catnaroek
3460 days ago
|
|
When you don't need persistence, a search tree data structure with fatter nodes (e.g., B-trees) is almost guaranteed to perform better on real hardware. But when you do need persistence, red-black trees become competitive again. |
|