Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trie: Make trie_remove() take a leaf instead of a key | Tavian Barnes | 2019-04-20 | 1 | -20/+4 |
* | trie: Store void* values rather than const void* | Tavian Barnes | 2019-03-27 | 1 | -1/+1 |
* | trie: Add a function to get an arbitrary leaf | Tavian Barnes | 2019-03-06 | 1 | -0/+10 |
* | trie: Implement prefix/postfix search | Tavian Barnes | 2019-03-04 | 1 | -0/+24 |
* | trie: Implement removal | Tavian Barnes | 2019-03-04 | 1 | -0/+26 |
* | trie: Revamp the API to support mappings | Tavian Barnes | 2019-03-04 | 1 | -30/+36 |
* | trie: Implement a QP trie | Tavian Barnes | 2019-03-01 | 1 | -0/+107 |