uwc v0.2.0 Release Notes
Release Date: 2019-01-28 // over 4 years ago-
➕ 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