All Versions
1
Latest Version
Avg Release Cycle
-
Latest Release
1699 days ago
Changelog History
Changelog History
-
v0.2.0 Changes
January 28, 2019➕ Added
- This adds parallelization with rayon. It does this by chunking up the lines
it reads and doing those in parallel. Local testing found 10,000 to be the
optimal number, so that is the default. A consequence of this behavior is
that if the input is slow, it will seem like it is doing nothing because it
is waiting for a complete chunk before doing any counting. The
--chunk-size
option is given for this situation.
- This adds parallelization with rayon. It does this by chunking up the lines
it reads and doing those in parallel. Local testing found 10,000 to be the
optimal number, so that is the default. A consequence of this behavior is
that if the input is slow, it will seem like it is doing nothing because it
is waiting for a complete chunk before doing any counting. The