]> source.dussan.org Git - rspamd.git/commit
* Add per-task regexp results cache, that would optimize regexp engine performance
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Sun, 5 Apr 2009 16:12:44 +0000 (20:12 +0400)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Sun, 5 Apr 2009 16:12:44 +0000 (20:12 +0400)
commit4a79d0e82a5e2040e8dd5d4b8fb12fbf4672d8ce
tree5b5db25cbc0924431af3da685b7a0195ee8723a3
parenta2d1da15991d59bdc8663bc841258e5affd211ca
* Add per-task regexp results cache, that would optimize regexp engine performance
  by avoiding multiply match of the same regexp
src/expressions.c
src/expressions.h
src/main.h
src/plugins/regexp.c
src/worker.c