29 Jul
2015
29 Jul
'15
8: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
3414
Age (days ago)
3414
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sümer Cip