3 points coyove | 1 comments | 26 Aug 25 15:44 UTC | HN request time: 0s | source
simdgrep is written in plain C, works like 'grep -rinE' out of box, with multithreading and gitignore filter.
My sloppy testing on Linux shows a slightly better result compared to ripgrep, but it varies because of software and hardware jitters, on macOS (sonoma) simdgrep sometimes performs worse.