Skip to content

Releases: calcit-lang/ternary-tree.rs

traverse methods #20

25 Feb 14:58
Compare
Choose a tag to compare

reduce cost from .len() ; split benches

17 Feb 02:20
Compare
Choose a tag to compare

fix more loop_get usages

15 Feb 16:06
Compare
Choose a tag to compare

Index with loop_get #19

13 Feb 16:46
Compare
Choose a tag to compare

optimizing hot path take/skip/first/last

08 Feb 08:22
Compare
Choose a tag to compare

add .last_index_of and .format_debug

07 Feb 16:11
Compare
Choose a tag to compare

Breaking: Reduce arc usages; add split method #18

03 Feb 12:52
Compare
Choose a tag to compare

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

26 Jul 09:56
Compare
Choose a tag to compare

switch back to ref_get for speed in Calcit #16

31 May 07:32
Compare
Choose a tag to compare
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

30 May 20:25
Compare
Choose a tag to compare
0.0.9

provide drop_left(_shallow) drop_right(_shallow) for different purpos…