
29 Jul
2015
29 Jul
'15
10:45 a.m.
Hi all,
I have completed a fun project: https://bitbucket.org/sumerc/pyctrie/
PyCTrie Fast, pure C Trie http://en.wikipedia.org/wiki/Trie dictionary
Features:
- Very fast. Same performance characteristics with Python's *dict*. - Supports fast *suffix*, *prefix*, *correction* (spell) operations. - Supports Python 2.6 <= x <= 3.4
P.S: I have tried hard to make generator support on all suffix/prefix/correct operations without additional memory.
--
Sümer Cip
2864
Age (days ago)
2864
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sümer Cip