Added
apply
: now multithreaded with rayon (up to 10x 🚀🚀🚀 faster!) #342
Changed
apply
: refactor hot loop to use enums instead of nested if #343sniff
: more idiomatic vec loop 2a70134validate
: optimizations (up to 20% 🚀 faster) 0f0be0aexcel
: optimize trimming 780206a- various whirlwind tour improvements (more timings, flows/reads better, removed non-sequiturs)
- improved progress bar prep (unstyled progress bar is not momentarily displayed, standardized across cmds)
- bumped reqwest patch to latest upstream cb0eb17
- Bump actions/setup-python from 3.1.2 to 4.0.0 by @dependabot in #339
- Bump mlua from 0.7.4 to 0.8.0 by @dependabot in #340
Fixed
- fixed error-handling in util::count_rows() #341
- do not panic when index is stale 36dbd79
fetch
: fixed docopt arg processing so --help text is displayed properly 0cbf701excel
: more robust error handling 413c693
Full Changelog: 0.54.0...0.55.0