summaryrefslogtreecommitdiffstats
path: root/src/trie.h
Commit message (Collapse)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
| | | | In anticipation of C23, since those headers won't be necessary any more.
* 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
| | | | | | | And while I'm at it, remove years from copyright declarations. Link: https://spdx.dev/about/ Link: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/
* trie: Make leaves into a linked listTavian Barnes2022-10-291-17/+24
|
* Source / Include Folder (#88)トトも2022-04-161-0/+156
Moved Source Files Into `src` Folder