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

Making Trie Serializable #28

Open
nyilmaz opened this issue Nov 24, 2015 · 7 comments
Open

Making Trie Serializable #28

nyilmaz opened this issue Nov 24, 2015 · 7 comments

Comments

@nyilmaz
Copy link

nyilmaz commented Nov 24, 2015

For instance in the case of caching to some third party provider like memcached (and since building a Trie is not a cheap computation), Trie should implement Serializable interface. Could you provide this feature?

@alexeygrigorev
Copy link

+1

1 similar comment
@wangxiangtao
Copy link

+1

@humanzz
Copy link

humanzz commented Aug 21, 2016

I've just sent a new pull request for that. It's based on the work done in this older pull request.

@ghost
Copy link

ghost commented Nov 30, 2016

@humanzz, any chance of getting a fix on the pull request so it passes the check-in requirements?

vihari added a commit to vihari/aho-corasick that referenced this issue Jun 27, 2017
@DNWEIJ
Copy link

DNWEIJ commented Aug 15, 2020

any reason holding back on incorporating the pull request?

@ghost
Copy link

ghost commented Aug 15, 2020

@DNWEIJ the PR fails to pass all the checks because of merge conflicts. Once those conflicts are resolved, I'll merge the PR.

@ghost
Copy link

ghost commented Aug 16, 2020

@DNWEIJ -- do you know anyone who'd be interested in finishing this PR?

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

5 participants