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

Adding memoirze + Short repeat groups #114

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

Mzack9999
Copy link
Member

@Mzack9999 Mzack9999 commented Dec 17, 2024

Description

This PR attempts to improve Fingerprint(...) performances through memoization and smaller sequence repetition numbers (max 100 as in re2)

Note: drop-in replacements rure-go, re2 and other engines are not compatible with current and future regexes syntax

@Mzack9999 Mzack9999 added the Type: Enhancement Most issues will probably ask for additions or changes. label Dec 17, 2024
@Mzack9999 Mzack9999 self-assigned this Dec 17, 2024
@Mzack9999 Mzack9999 marked this pull request as ready for review December 17, 2024 20:45
@Mzack9999 Mzack9999 linked an issue Dec 17, 2024 that may be closed by this pull request
@ehsandeep ehsandeep requested a review from Ice3man543 December 18, 2024 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Most issues will probably ask for additions or changes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

go-regexp is slow causing high cpu usage and slowness
1 participant