Skip to content

v0.1.3

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Oct 08:14
· 454 commits to main since this release
  • Heuristics on calculating context lines is 1.3x faster by using optimized memchr implementation when the searched file is large
  • Homebrew is now supported for managing hgrep command on macOS or Linux. See the installation instruction for more details
  • Add --grid flag as an opposite of --no-grid flag
  • Add CONTRIBUTING.md which describes the development of this project
  • (Dev) Add some benchmark suites for each parts of this program to track performance