Skip to content

Releases: zakcutner/fastgrep

0.3.1

Choose a tag to compare

@zakcutner zakcutner released this 26 Aug 12:06
Deploy artifacts to GitHub releases

0.3.0

Choose a tag to compare

@zakcutner zakcutner released this 24 Aug 22:58
Support regular expressions and optional colouring

Improve command line options to include a flag to support regular expression patterns and another to indicate when the output should be coloured. Create a `Pattern` trait in order to support both `String` and `Regex` types to be patterns. Include pattern field in builder pattern when being set.

0.2.4

Choose a tag to compare

@zakcutner zakcutner released this 24 Aug 23:02
Detect if being piped and suppress coloured printing

0.2.3

Choose a tag to compare

@zakcutner zakcutner released this 24 Aug 23:02
Refactor `from_str()` method for `Positive` struct

0.2.0

Choose a tag to compare

@zakcutner zakcutner released this 24 Aug 23:03
Stream files into threads to limit memory use

Rather than adding the whole file to a memory buffer while waiting for workers to become available, now only loads as many chunks as there are workers waiting to consume them.

0.1.0

Choose a tag to compare

@zakcutner zakcutner released this 24 Aug 23:02
Split input into multiple chunks