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

Match by a prefix instead of regexp #11

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Conversation

stokito
Copy link

@stokito stokito commented Jun 25, 2022

The PR contains commits from #10 so check only last 3 commits.
The mkp224o matches only by prefix and I can't figure out any other use cases that may need for Regexp.
Matching just by prefix improves performance and simplifies usage

The make.sh can be called from Windows
The regexp matching is expensive but also makes little sense for most cases.
The onion domains has PK and checksum + v3.
We may match prefix by just PK. Without concatenating the full onion domain.
This improves speed of matching
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.

None yet

1 participant