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 -l
in performance - Multithreading is on by default use
--threads=1
if you want to disable multithreading.
- Significant performance improvement for
Changed
- Minor performance improvements for
--mode=exact
in both the counting and reporting cases
Removed
--trim
and--lower
preprocessing 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!