Skip to content

acolley/pytrie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pytrie

Trie implementation in Python

Having done some really rough testing the Trie implementation takes a while to populate but resolves matching words about 1000x faster than a naive re.match implementation.

About

Trie implementation in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages