double-array
There are 19 repositories under double-array topic.
daac-tools/daachorse
🐎 A fast implementation of the Aho-Corasick algorithm using the compact double-array data structure in Rust.
nreco/AhoCorasickDoubleArrayTrie
Very fast C# implementation of Aho Corasick algorithm based on Double Array Trie.
daac-tools/trie-match
Fast match expression optimized for string comparison
daac-tools/crawdad
🦞 Rust library of natural language dictionaries using character-wise double-array tries.
daac-tools/python-daachorse
🐎 A fast implementation of the Aho-Corasick algorithm using the compact double-array data structure. (Python wrapper for daachorse)
vcaesar/cedar
Go efficiently double-array trie and aho corasick
ikawaha/dartsclone
Double Array TRIE liblary
ajiyoshi-vg/hairetsu
hairetsu is a TRIE implementation by double array.
awheel/phptrie
Trie 树实现的违禁词搜索和替换
sile/cl-dawg
Direct Acyclic Word Graph
nuclear-sun/aho-corasick
A double-array aho-corasick automaton implementation. It is not a simple combination of DAT and failure pointers, it is purely double-array by all elements in aho-corasick automation encoded into integers, which performs very fast.
WorksApplications/jdartsclone
A library of TRIE structure using Double-Array
yoshoku/darts-clone.rb
Darts-clone.rb provides Ruby bindings for the Darts-clone.
yechao-22951/daac
include Succinct Double Array Aho-Corasick, Nest-Unescape
carrotflakes/cl-double-array
A double array implementation for Common Lisp
tetengo/tetengo.rs
A multipurpose library set for Rust
tetengo/tetengo.cpp
A multipurpose library set for C/C++.
tma15/darr
A Double Array implementation