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

Adopting trieregex #7

Merged
merged 1 commit into from
Apr 13, 2023
Merged

Adopting trieregex #7

merged 1 commit into from
Apr 13, 2023

Conversation

ffr4nz
Copy link
Contributor

@ffr4nz ffr4nz commented Apr 8, 2023

trieregex creates efficient regular expressions (regexes) by storing a list of words in a trie structure, and translating the trie into a more compact pattern.

…icient regular expressions (regexes) by storing a list of words in a trie structure, and translating the trie into a more compact pattern.
@adulau adulau requested a review from DavidCruciani April 8, 2023 10:05
@DavidCruciani DavidCruciani merged commit 6518411 into typosquatter:main Apr 13, 2023
@DavidCruciani
Copy link
Collaborator

Hello @ffr4nz, thank you for your interest in this project.

We decided to revert the merge because after some in-depth test, it seems that for a large amount of domains the regex is not readable. Moreover, the library is no longer maintain.

Don't hesistate to open other pull request, we will be very grateful for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants