Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extern: Update dependencies #31

Merged
merged 2 commits into from
Aug 10, 2023
Merged

extern: Update dependencies #31

merged 2 commits into from
Aug 10, 2023

Conversation

zeux
Copy link
Owner

@zeux zeux commented Aug 9, 2023

  • Update lz4 to 1.9.4
  • Update re2 to 2023-03-01

This should not have notable changes as we already had the decompression perf speedups
mentioned in the release notes, but it means we're on the latest numbered version.
This might be the last update of re2 dependency for this project, as more recent
versions introduce a dependency on abseil which is against the general policy
for qgrep.

The good news is that this update seems to significantly increase regex matching
performance in some cases; it probably won't very notably affect many queries as
we have many optimizations that try to ensure we don't go to regex matching, but
some queries, when forced to match, seem to run ~3x faster on macOS/M2.
@zeux zeux merged commit 2eeac7d into master Aug 10, 2023
8 checks passed
@zeux zeux deleted the depup branch August 10, 2023 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant