summaryrefslogtreecommitdiffstats
path: root/src/trie.h
Commit message (Expand)AuthorAgeFilesLines
* Re-run include-what-you-useTavian Barnes2024-03-111-1/+0
* Formatting fixesTavian Barnes2023-09-271-2/+2
* Use the new list macrosTavian Barnes2023-09-251-4/+3
* trie: New trie_clear() functionTavian Barnes2023-08-311-0/+5
* trie: Arena-allocate nodes and leavesTavian Barnes2023-06-201-0/+5
* config: Provide <stdalign.h> and <stdbool.h>Tavian Barnes2023-05-111-1/+0
* list: Use macros instead of type-erased listsTavian Barnes2023-03-311-4/+5
* trie: Use list.h for the list of leavesTavian Barnes2023-03-291-21/+10
* Replace license boilerplate with SPDX tagsTavian Barnes2023-01-251-15/+2
* trie: Make leaves into a linked listTavian Barnes2022-10-291-17/+24
* Source / Include Folder (#88)トトも2022-04-161-0/+156