Skip to content

v0.1.0

Compare
Choose a tag to compare
@kai-tub kai-tub released this 01 Jul 13:38
· 13 commits to main since this release
9896e38
Move to Python-based implementation (#2)

Make it significantly easier to contribute to the project and to add more datasets.
This implementation takes significantly more memory due to Python's poor multi-processing support and heavy interpreter, but with enough parallel processes, the speed is similar to the (single-threaded) Rust implementation.