summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-09-18 09:35:06 -0400
committerAndrew Gallant <jamslam@gmail.com>2023-09-18 09:35:06 -0400
commita4387ed491b5f85b6817310c3fa0f3d20960fdcc (patch)
tree4e99229d998eac5c400fab443660740625397cfc /.github
parentd2a409f89f1eb8e3ad3990aeb1fff944289534f2 (diff)
deps: bump to aho-corasick 1.1.0
This brings in aarch64 SIMD support for Teddy[1]. In effect, it means searches that are multiple (but a small number of) literals extracted will likely get much faster on aarch64 (i.e., Apple silicon). For example, from the PR, on my M2 mac mini: $ time rg-before-teddy-aarch64 -i -c 'Sherlock Holmes' OpenSubtitles2018.half.en 3055 real 8.196 user 7.726 sys 0.469 maxmem 5728 MB faults 17 $ time rg-after-teddy-aarch64 -i -c 'Sherlock Holmes' OpenSubtitles2018.half.en 3055 real 1.127 user 0.701 sys 0.425 maxmem 4880 MB faults 13 w00t. [1]: https://github.com/BurntSushi/aho-corasick/pull/129
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions