Skip to content

v0.4.0

Compare
Choose a tag to compare
@Tessil Tessil released this 07 Aug 19:42
· 46 commits to master since this release
  • Add longest_prefix method to find the element in the trie which is the longest prefix of a given value (#14)
  • Avoid the usage of recursion in the filter_prefix method of the iterator (#11)