Hck Versions Save

A sharp cut(1) clone.

v0.7.0

2 years ago

See changelog

v0.6.7

2 years ago

See changelog

v0.6.6

2 years ago

This release brings a ~24% performance improvement in existing benchmarks for hck's single-byte-delimiter same-field-order parser (aka fastmode).

Essentially, hck was using memchr2 to look for newlines and separators at the same time and would continue to use memchr2 to parse a line even after the right most field was found. Now, after the rightmost field is found it switches to just memchr and searches for the next newline, effectively short-circuiting the line.

On workloads that just use the first couple fields of a file this will be a massive performance improvement.

v0.6.5

2 years ago

v0.6.4

2 years ago

v0.6.3

2 years ago

v0.6.2

2 years ago

v0.6.1

2 years ago

v0.5.4

2 years ago

v0.5.3

2 years ago