Releases: zix99/rare
Releases · zix99/rare
0.5.4
0.5.3
Minor Improvements
- 95384e4 Bars inline key (#158)
- 08a5f25 Install script and doc fixes (#154)
- ad56d06 Status v2 (#157)
- aa54988 Tweaks v2 (#155) -- Allow optimizing reader/worker processes
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
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
0.5.0
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
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
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
- 20a3bc2 Change len note
- 7c314a7 Clarify pcre docs
- 0acca9e Docs on documentation building
- 62e5f38 Shorten long lines in documentation
Bug Fixes
0.4.2
0.4.1
0.4.0
Features
- 1064477 Add time delay expression functions (#108)
- a203575 Funcfile2 (#106)
- 878f872 Sparkline (#110)
Minor Updates
- 9b456df Better null char handling
- 02b0449 Fix docs cli-help depth for display
- c333c8b Fix logger race. Resolves #105 (#107)
- d9749ca Go 1.23 (#111)
- 7a72856 Mention CSV output in docs
- d7d90a2 Note on listing functions
- 94bda5d Remove null char from help file and republish
- d039b63 Remove unused argument
- 3c01f63 Test all docs compile correctly
- 2eea064 Update docs with sparkline