https://github.com/hankcs/AhoCorasickDoubleArrayTrie
An extremely fast implementation of Aho Corasick algorithm based on Double Array Trie.
https://github.com/hankcs/AhoCorasickDoubleArrayTrie
aho-corasick algorithm doublearraytrie fast java
Last synced: 6 months ago
JSON representation
An extremely fast implementation of Aho Corasick algorithm based on Double Array Trie.
- Host: GitHub
- URL: https://github.com/hankcs/AhoCorasickDoubleArrayTrie
- Owner: hankcs
- Created: 2015-04-08T13:40:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-11-24T17:09:04.000Z (almost 4 years ago)
- Last Synced: 2025-04-12T02:56:25.868Z (6 months ago)
- Topics: aho-corasick, algorithm, doublearraytrie, fast, java
- Language: Java
- Homepage: http://www.hankcs.com/program/algorithm/aho-corasick-double-array-trie.html
- Size: 3.06 MB
- Stars: 967
- Watchers: 59
- Forks: 294
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- my-awesome - hankcs/AhoCorasickDoubleArrayTrie - corasick,algorithm,doublearraytrie,fast,java pushed_at:2021-11 star:1.0k fork:0.3k An extremely fast implementation of Aho Corasick algorithm based on Double Array Trie. (Java)