Skip to content

v1.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Oct 02:29
· 23 commits to main since this release
e554638

Changelog

Running across a large number of files is now ~2x faster.

  • 5675ede Buffer writes to stdout
  • 291d009 Preallocate slice
  • a8d3c95 Return ref to rule in slice to avoid allocation
  • 85cd95a Use dir walking from stdlib instead of godirwalk