]> jfr.im git - solanum.git/commit - ircd/Makefile.am
ircd: add irc_radixtree, which is like irc_dictionary but uses a radix tree as the...
authorWilliam Pitcock <redacted>
Sat, 9 Jan 2016 06:44:39 +0000 (00:44 -0600)
committerWilliam Pitcock <redacted>
Sat, 9 Jan 2016 06:44:39 +0000 (00:44 -0600)
commit8e6ba6f9cee5a338a2ae8b7a1531efe0e424ad8d
treed55e027f5500564c5072adab388ab74b8dd74447
parentd6797f86390d143718dd5e6b1568b75ba93a5459
ircd: add irc_radixtree, which is like irc_dictionary but uses a radix tree as the backing store
include/irc_radixtree.h [new file with mode: 0644]
ircd/Makefile.am
ircd/Makefile.in
ircd/irc_radixtree.c [new file with mode: 0644]