Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 18:15
db4255c

What's Changed

  • Add CI checks and static-binary release workflow by @alyx in #1
  • perf: counter fast path, single-fd reads, parallel directory walk by @alyx in #2
  • perf: traversal micro-optimizations by @alyx in #3
  • walker: sniff shebangs only in extensionless files by @alyx in #5
  • perf: fixed-schema JSON/YAML emitters for --by-file output by @alyx in #4
  • counter: fuse the per-line loop into one whole-buffer scan by @alyx in #8
  • counter: gofmt diff_test.go by @alyx in #9
  • walker: read files through io_uring on Linux by @alyx in #10
  • Add --git object-store counting mode by @alyx in #11

New Contributors

  • @alyx made their first contribution in #1

Full Changelog: v1.0.0...v1.1.0