Get the latest tech news
Show HN: Krep a High-Performance String Search Utility Written in C
A blazingly fast string search utility for performance-critical applications Optimized algorithms and memory-mapped file I/O deliver up to 5x faster search speeds than traditional tools. Automatically leverages SSE4.2 and AVX2 instructions when available for maximum throughput.
$ krep "error" system.log $ krep -i -t 8 "ERROR" large_logfile.log $ krep -s "Hello" "Hello world"
Or read this on Hacker News