summaryrefslogtreecommitdiffstats
path: root/src/libutil/radix.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix another radix case.Vsevolod Stakhov2014-09-171-13/+77
|
* More fixes to compressed radix.Vsevolod Stakhov2014-09-171-13/+55
|
* Fix some more issues in compressed radix.Vsevolod Stakhov2014-09-171-8/+21
|
* Fix radix leaf nodes insertion.Vsevolod Stakhov2014-09-161-2/+8
|
* Implement new path-compressed radix trie.Vsevolod Stakhov2014-09-151-7/+304
| | | | | | - The performance benefit over the old algorithm is about 10 times. - Memory usage is significantly lower as well. - Now radix trie can accept any IPv4/IPv6 values
* Hide the concrete radix trie implementation.Vsevolod Stakhov2014-09-121-0/+14
|
* Unify style without sorting headers.Vsevolod Stakhov2014-07-231-35/+55
|
* Revert "Unify code style."Vsevolod Stakhov2014-07-231-56/+36
| | | | This reverts commit e0483657ff6cf1adc828ccce457814d61fe90a0d.
* Unify code style.Vsevolod Stakhov2014-07-231-36/+56
|
* Add function `radix32_tree_find_addr`.Vsevolod Stakhov2014-04-211-0/+10
|
* Rework project structure, remove trash files.Vsevolod Stakhov2014-04-211-0/+311