Skip to content

Releases: seancfoley/bintree

Version 1.3.1

19 May 22:14
Compare
Choose a tag to compare
  • AddConvertibleTrie api change
  • change to printing non-added associative node

Version 1.3.0

18 May 21:45
Compare
Choose a tag to compare
  • Functionality for combining two trie iterators into one
  • Combined added-nodes tree strings
  • More advanced add-trie functionality

Version 1.2.3

21 Sep 02:51
Compare
Choose a tag to compare

Added shortest prefix match methods

Version 1.2.2

12 Sep 02:28
Compare
Choose a tag to compare

Performance improvements with all trie operations, especially searches.

Version 1.2.1

26 Nov 00:44
Compare
Choose a tag to compare

Some fixes to support zero-values

Version 1.2.0

24 Nov 20:42
Compare
Choose a tag to compare
  • Switched to generic trie keys and values
  • Refactored the structure of the tree from ConstructAddedNodesTree to incorporate values

Version 1.1.0

28 May 00:32
Compare
Choose a tag to compare

Added tree paths for the ElementsContaining operation.

Version 1.0.1

28 Feb 05:41
Compare
Choose a tag to compare

fix to remap trie roots

Version 1.0.0

26 Feb 03:02
Compare
Choose a tag to compare

Initial release