Skip to content

Files

Latest commit

 

History

History
10 lines (7 loc) · 290 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 290 Bytes

quicktrie

A pure go trie library

  • A quickly made string keyed trie implimentation.
  • Which was refined into a black/white radix trie.
  • Which was then refactored to allow both plain BW tries and KV BW tries

Documentation: http://godoc.org/gopkg.in/apokalyptik/quicktrie.v1