- Add
add
method to Python interface.
- Chunk up to 8K (configurable) elements making the lookup a mix of BK tree traversal and linear lookup in the chunk. This improves performance more than 100x for large distances and datasets.
- First hopefully stable version