patricia-trie icon indicating copy to clipboard operation
patricia-trie copied to clipboard

a pure-Python PATRICIA trie implementation.

Results 2 patricia-trie issues
Sort by recently updated
recently updated
newest added

The output of `key()` should be a value in the list provided by `keys()`. However, when inserting the following: ``` 0a 0a0a 0a0a0a 0a0a0000 ``` and then looking for a...

I've tested patricia-trie with pypy 2.3.1 - time_patricia benchmark runs 10-15 times faster than running it with cPython: ``` $ pypy -V Python 2.7.6 (32f35069a16d, Jun 06 2014, 20:12:47) [PyPy...