Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 1.73 KB

Version.md

File metadata and controls

23 lines (22 loc) · 1.73 KB

Version Information

Version Detail
1.0.0 Palm Tree
1.1.0 Palm Tree with point-to-point synchronization
1.2.0 Simple Prefix B Tree
1.2.1 synchronization optimization & remove barrier
1.2.2 adjust Palm Tree descending policy (level descend, not ideal) & sequential insertion optimization
1.2.3 adjust Palm Tree descending policy (lazy descend, great for sequential operation)
1.3.0 a major refactor
1.3.1 Prefetch B Tree
1.3.2 adjust Palm Tree descending policy (zigzag descending policy)
2.0.0 Blink Tree
2.1.0 node allocator
2.2.0 Prefix B Tree
2.3.0 B* Tree
2.3.1 Palm Tree node info collect
3.0.0 Mass Tree
3.1.0 Mass Tree remove redundant lower key
3.2.0 make mass_tree_get more robust
4.0.0 Adaptive Radix Tree
4.1.0 Multi-ART