Releases: Intsights/PyDeduplines
v0.6.1
V0.6.0 python.311
V0.6.0 python.311
v0.5.0
v0.4.0
This branch introduces a refactoring overhaul to improve performance dramatically.
There have been a number of changes in this branch that improve the performance and accuracy.
Using a low-level approach, we are now able to iterate through lines without transferring data from binary format to utf8 or allocating memory.
As opposed to the default Rust implementation, ahash was used as the hash algorithm.
v0.3.1
v0.3.0
Library overhauled from top to bottom. The library has been rewritten in Rust to fix memory and runtime bugs.
There was a substantial improvement in performance compared to the previous version. Rather than shipping source wheels to compile, it now ships binary wheels. The API has been changed and the class has been removed in favor of free functions. To the functions should now be passed the working directory and thread count.