Michael

Results 2 issues of Michael

Using the test case, in python 3.5: ```python phrase = 'FancyFree' print(repr(fuzzy.Soundex(4)(phrase))) ``` yields: `''` Occasionally instead of yielding an empty string, it yields a unicode error. `dmeta` and `nysiis`...

help wanted

I've been using python-rocksdb for a large kv store (~100 million records). I'd like to disable any caching by rocksdb, since the access of those records is pretty random, and...