Skip to content

v0.5.0: Multithreaded encoder (#13)

Compare
Choose a tag to compare
@mlin mlin released this 29 Aug 08:36
· 23 commits to master since this release
4b9e325
The encoder can run multithreaded by buffering batches of input lines and processing each batch in a worker thread. In favorable circumstances this yields higher throughput than the default single-threaded approach, but there is a trade-off of greatly increased memory usage and copying. Activated with -t,--threads.