summaryrefslogtreecommitdiffstats
path: root/src/trie.h
AgeCommit message (Expand)Author
2023-09-27Formatting fixesTavian Barnes
2023-09-25Use the new list macrosTavian Barnes
2023-08-31trie: New trie_clear() functionTavian Barnes
2023-06-20trie: Arena-allocate nodes and leavesTavian Barnes
2023-05-11config: Provide <stdalign.h> and <stdbool.h>Tavian Barnes
2023-03-31list: Use macros instead of type-erased listsTavian Barnes
2023-03-29trie: Use list.h for the list of leavesTavian Barnes
2023-01-25Replace license boilerplate with SPDX tagsTavian Barnes
2022-10-29trie: Make leaves into a linked listTavian Barnes
2022-04-16Source / Include Folder (#88)トトも