Skip to content

grepline v1.2.0

Compare
Choose a tag to compare
@grepwood grepwood released this 14 May 01:03
· 4 commits to master since this release
  • source tree includes test files that have common newlines: CR, CRLF and LF
  • grepline supports all of those newlines, while GNU getline doesn't support CR and treats it like just another character
  • in some cases grepline may allocate less memory than GNU getline
  • to make benchmarking easier, Makefile allows to build the test program with GNU getline substituted where grepline would normally be called