]> source.dussan.org Git - rspamd.git/commit
Add Level-Compressed Tree Bitmap contrib code
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 11 Feb 2016 09:57:13 +0000 (09:57 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 11 Feb 2016 09:57:13 +0000 (09:57 +0000)
commit34b41a21d7b4bcca1f662b4bdbd8618397e10bb5
tree07d60bb998255fd64b6e9650a8a2f46ed9db0108
parent408ebf516d8d4c6c945b2126173d7de08ab29d3f
Add Level-Compressed Tree Bitmap contrib code

Implementation by: Geoffrey T. Dairiki <dairiki@dairiki.org>
CMakeLists.txt
contrib/lc-btrie/CMakeLists.txt [new file with mode: 0644]
contrib/lc-btrie/btrie.c [new file with mode: 0644]
contrib/lc-btrie/btrie.h [new file with mode: 0644]
test/CMakeLists.txt
test/rspamd_radix_test.c