Skip to content

Commit

Permalink
Merge pull request #78 from G-Research/77-upgrade-to-aho-corasick-105…
Browse files Browse the repository at this point in the history
…-to-fix-performance-regression

Upgrade to aho-corasick 1.0.5 to fix performance regression in construction of AhoCorasick objects
  • Loading branch information
itamarst authored Sep 6, 2023
2 parents 69070d5 + dd4d572 commit c49391f
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 23 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.17.0

* Upgraded to `aho-corasick` v1.0.5, fixing performance regression in construction of `AhoCorasick` objects.

## 0.16.0

* Upgraded to `aho-corasick` v1.0.4, leading to massive reduction in memory usage during construction.
Expand Down
44 changes: 22 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.71.1"
channel = "1.72"
components = ["rustfmt", "clippy"]

0 comments on commit c49391f

Please sign in to comment.