Releases: zkxs/cuniq
Releases · zkxs/cuniq
2.0.0 - Multithreading!
Added
- Multithreading support!
- Significant performance improvement for
--mode=near-exact. On my machine it is 2x faster. - Huge performance improvement for
--mode=estimate. On my machine it's 10x faster, even beatingwc -lin performance - Multithreading is on by default use
--threads=1if you want to disable multithreading.
- Significant performance improvement for
Changed
- Minor performance improvements for
--mode=exactin both the counting and reporting cases
Removed
--trimand--lowerpreprocessing options have been removed, as I've decided they are out of scope. Considerawk '{$1=$1;print}'andtr '[:upper:]' '[:lower:]'as alternatives for this preprocessing.
1.0.3
1.0.2
1.0.1
1.0.0
Initial release!