Tags: brave/adblock-rust
Tags
v0.12.0 - more memory/performance enhancements Added: - `arrayvec` dependency Changed: - Improved performance and memory usage when parsing filters Removed: - `FilterTokens`, `get_tokens`, `get_tokens_optimized`, and `NetworkMatchable` are now crate-internal only
v0.10.0 - runtime memory improvements, changes to DAT compatibility Added: - significant runtime memory improvements Changed: - `Engine::serialize_raw` has been renamed back to `Engine::serialize`, following the previous removal of support for the legacy compressed format in `v0.8.0` - DAT format version bumped (v1) - Updated to Rust 2021 edition Removed: - Support for cross-version compatibility of the serialized binary format. This format is now only intended as a cache optimization, to avoid expensive re-parsing of the filter list text format. The format may be unreadable across minor version bumps of adblock-rust; prepare your code to re-parse from list text if necessary.
PreviousNext