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

Make Prefix checking use Erlang binary matching #3

Closed
ProducerMatt opened this issue Mar 12, 2024 · 1 comment · Fixed by #16
Closed

Make Prefix checking use Erlang binary matching #3

ProducerMatt opened this issue Mar 12, 2024 · 1 comment · Fixed by #16
Labels
enhancement New feature or request

Comments

@ProducerMatt
Copy link
Member

No description provided.

@ProducerMatt ProducerMatt moved this from Backlog to Ready in Stampede development tracking Mar 21, 2024
@ProducerMatt ProducerMatt added the enhancement New feature or request label Mar 21, 2024
@ProducerMatt ProducerMatt linked a pull request Jun 13, 2024 that will close this issue
@ProducerMatt
Copy link
Member Author

ProducerMatt commented Jun 13, 2024

Because binary matching can't be limited to the start of the string, I chose to use a list of binaries. Regex matching was slower.

BINARY MATCHING FROM PREMADE LIST IS FASTER THAN REGEX

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant