aboutsummaryrefslogtreecommitdiff
path: root/test/print-trie.lua
Commit message (Collapse)AuthorAge
* Refactor (#19)Ashkan Kiani2019-10-19
- Refactor and clean up old code. - Fix the trie printing (it's perfect now :o) - Add the ability to search from a starting point. This can help avoid allocations. - Avoid an allocation in longest_prefix. - Refactor and allow configuring of color_name_parser setup