aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAge
* Use string.format to convert to hexAkianonymus2022-08-27
|
* format filessiduck2022-07-22
|
* 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
* Improve algorithm performance and correctness. (#15)Ashkan Kiani2019-10-18
- Disable highlighting for HEX codes and NAME codes when preceded by alphanumeric codes. - Hand written parser with 1 pass parsing. - Update Trie to be more ergonomic. - Add test file with expected outputs for edge cases. - Cache matcher creation and refactor. - Refactor Faster than ever baby