github jqnatividad/qsv 0.17.0

latest releases: 0.127.0, 0.126.0, 0.125.0...
2 years ago

MAJOR NEW FEATURES

  • searchset command. Match multiple regexes in a single pass.
  • unicode option on search, searchset and replace commands.
    Previously, regex unicode support was on by default, which comes at the cost of performance for these "expensive" regex operations. Unicode support is now off by default for these commands.
    Otherwise "inexpensive" regex operations (apply, select, partition, foreach), that primarily scan headers and do input validation still have unicode support on by default.
  • stats now has quartiles and a new, faster variance algorithm that also eliminates intermittent unit test failures on macOS.

See CHANGELOG for details.

Don't miss a new qsv release

NewReleases is sending notifications on new releases.