]> git.ipfire.org Git - thirdparty/rspamd.git/commit
[Minor] Skip ACISM fallback build when file cache hit
authorVsevolod Stakhov <vsevolod@rspamd.com>
Tue, 6 Jan 2026 12:47:20 +0000 (12:47 +0000)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Tue, 6 Jan 2026 12:47:20 +0000 (12:47 +0000)
commite95f052f3fa0deda0ddddd2afa145840fe935ead
tree5a28bc5e4b839d37cb9ac4012c62ee75c89f3129
parent2fd97fa9ddbf6a98ea64aa08d145f349e933a98d
[Minor] Skip ACISM fallback build when file cache hit

In FALLBACK mode, try loading from file cache first. If successful,
skip building the ACISM trie to save memory. ACISM is only built on
cache miss (when async compilation is needed).
src/libutil/multipattern.c