]> source.dussan.org Git - rspamd.git/commit
Remove judy and use glib hash tables.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 18 Feb 2014 17:57:59 +0000 (17:57 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 21 Mar 2014 11:05:56 +0000 (11:05 +0000)
commiteaf01fb75b7b59555fbc6e05d377b7dd54483cdf
treeea98d2752845af90528ff86a9ae68c4701050751
parent1bbdae73d77706f53acbf498d0b26c8c87a642ec
Remove judy and use glib hash tables.

There is no significant advantage to use Judy arrays over glib
HashTables to store hashes in fuzzy storage. Therefore, drop support of
Judy completely. Also rename `use_judy` parameter to `strict_hash`
indicating that hashes are matched strictly (not a fuzzy match but a hash
lookup).
CMakeLists.txt
centos/rspamd.spec
src/fuzzy_storage.c