Skip to content

Releases: zix99/rare

0.5.4

16 Dec 03:16
fbef7c4

Choose a tag to compare

Minor Improvements

0.5.3

20 Nov 03:03

Choose a tag to compare

Minor Improvements

Other

  • dbf03dd Add goreleaser task
  • 2da9bd1 Add memory sampler to look at average mem stats (#156)
  • 33b09a4 Add rare vhs tape to readme
  • 1399993 Add regex support to acceptance tests for variable outputs and fix tests
  • 0d78873 Add task for VHS image gen
  • a9aeeeb Minor doc cleanup
  • 8d04241 Modern docs image
  • b3b5417 Rename summary functions to be more consistent
  • e373f43 The mem metrics waitgroup is unnecessary

0.5.2

26 Oct 18:30

Choose a tag to compare

Tweak some default values, and expose reader-buffer size via variable. In best case, saw a doubling of performance on my NVMe (2.5 GB/s -> 5.5 GB/s)

Improvements

  • 0cc7c8c Allow changing the reader buffer, and increasing default, sees significant improvement in performance
  • 4e50488 Update benchmarks on modern PC with modern build. 5.5 GB/s max!

Other

0.5.1

15 Jun 17:31

Choose a tag to compare

Minor Improvements

  • db507f6 Add replace func, fix stdlib tests on windows (#152)

Bug Fixes

  • 37e42dc Refactor pathmatcher into its own package for future use, fix infinite loop bug in exclude-dir (#151)

Other

0.5.0

01 Jun 02:20
3c6b7e4

Choose a tag to compare

Features

Minor Improvements

  • 3c6b7e4 Add iterwalk package to speed up large directory listing (#149)
  • 9ac0c6f Clean up usage of other color functions
  • 18d1910 Env variables for path traversal
  • 096debe Exit codes v2 (#147)
  • 8fdc5dd Filter optimization color output (#136)
  • c24e426 Fix silent dirwalk fail, and speed up using more performant walker (#141)
  • 6b291bb Pool opt (#139)

Bug Fixes

  • 6f87550 Fix bug in multi-character delim in string splitter
  • fd684d7 Fix infinite recursion, more test coverage (#145)

Other/Misc

0.4.4

02 May 00:52
47f332b

Choose a tag to compare

This change, beyond some minor functionality, brings pretty significant performance improvements to all extractions (10-20%) and as much as 75% performance increase to filtering, while also reducing memory consumption.

Features

Minor Improvements

0.4.3

14 Apr 02:46
e0fc395

Choose a tag to compare

Changelog

Features

Minor Improvements

  • 2eeb108 Add bucketrange function and clean up bucket (#127)
  • a8f7d06 Add simple profiling metrics for memory and runtime
  • 10adbbb Typed stages -- improve performance by pre-parsing typed arguments (#124)
  • dc5bcc4 acceptance tests (#126)

Docs

Bug Fixes

  • aa4aa9c Histo sum bug for non-1 increments in percentage (#125)

0.4.2

05 Jan 00:51

Choose a tag to compare

Changelog

0.4.1

27 Dec 22:12
48965bc

Choose a tag to compare

Features

Minor Improvements

  • c559360 Bump mkdocs and take advantage of new features (#114)
  • b42568d Improve some formatting

0.4.0

20 Dec 17:12
bd8d9fa

Choose a tag to compare

Features

Minor Updates

Bug Fixes