Releases: calcit-lang/ternary-tree.rs
Releases · calcit-lang/ternary-tree.rs
traverse methods #20
reduce cost from .len() ; split benches
fix more loop_get usages
Index with loop_get #19
optimizing hot path take/skip/first/last
add .last_index_of and .format_debug
Breaking: Reduce arc usages; add split method #18
https://github.com/calcit-lang/ternary-tree.rs/pull/18/files
Arc on Leaf
variant is remove, now this library is more similar to finger tree.
fix detection in butlast
switch back to ref_get for speed in Calcit #16
0.0.10 switch back to ref_get for speed in Calcit; tag 0.0.10
provide drop_left(_shallow) drop_right(_shallow) for different purposes
0.0.9 provide drop_left(_shallow) drop_right(_shallow) for different purpos…