Module adblock::regex_manager

source ·
Expand description

Compiled regexes can take up large amounts of memory. To reduce the overal memory footprint of the crate::Engine, infrequently used regexes can be discarded. The RegexManager is responsible for managing the storage of regexes used by filters.

Structs§