Commit 485ee0a
committed
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.1 parent 0fa35d4 commit 485ee0a
File tree
5 files changed
+7
-7
lines changed- js
5 files changed
+7
-7
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments