summaryrefslogtreecommitdiffstats
path: root/src/trie.c
Commit message (Expand)AuthorAgeFilesLines
* config: Support target_clones on more platformsTavian Barnes2022-11-211-1/+1
* trie: Limit target_clones to glibcTavian Barnes2022-11-161-5/+5
* trie: Check __has_attribute(target_clones) before using itTavian Barnes2022-11-091-1/+1
* config: Split out some of util.h into a new headerTavian Barnes2022-11-061-1/+1
* trie: Optimize trie_mismatch() with tzcntTavian Barnes2022-11-011-13/+40
* trie: Use target_clones() for popcntTavian Barnes2022-10-301-6/+28
* trie: Refactor insertion to allocate the leaf in one placeTavian Barnes2022-10-301-49/+48
* trie: Make leaves into a linked listTavian Barnes2022-10-291-20/+49
* trie: New is_power_of_two() helperTavian Barnes2022-10-291-5/+10
* trie: Convert ASCII art to Unicode artTavian Barnes2022-10-291-31/+49
* Source / Include Folder (#88)トトも2022-04-161-0/+693