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

Inspiration in newer papers about double array tries #49

Open
dumblob opened this issue Jul 1, 2021 · 5 comments
Open

Inspiration in newer papers about double array tries #49

dumblob opened this issue Jul 1, 2021 · 5 comments

Comments

@dumblob
Copy link

dumblob commented Jul 1, 2021

Is this based on Speeding Up Double-Array Trie Construction for String Matching or something else?

@hankcs
Copy link
Owner

hankcs commented Jul 1, 2021

No, although I wrote this after the paper you mentioned, I did not read it and I can't tell if the algorithms are the same.

@dumblob
Copy link
Author

dumblob commented Jul 2, 2021

Have you documented somewhere which approach you've taken for modifications?

@hankcs
Copy link
Owner

hankcs commented Jul 2, 2021

No, but I wrote a blog post on it:https://www.hankcs.com/program/algorithm/aho-corasick-double-array-trie.html

You may need a translator.

@dumblob
Copy link
Author

dumblob commented Jul 3, 2021

Nice! I've read a translated version (Google translate) and find it interesting.

Any plans to rewrite it in a closer-to-metal language (V or Rust or C++ or C or Go etc.)?

@hankcs
Copy link
Owner

hankcs commented Jul 5, 2021

It's a good idea but I don't have time now. I'm pretty sure there is a go implementation somewhere on GitHub.

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

No branches or pull requests

2 participants