Stop squashing your commits. You're squashing your AI too
2 points by jannesblobel 9h ago 8 comments
How can a mutex in Wine be faster than a native one on Linux
3 points by lh_mouse 11h ago 1 comments
Ask HN: Best codebases to study to learn software design?
100 points by pixelworm 2d ago 89 comments
Show HN: Simdgrep is a file grepper not written in Rust
2 coyove 0 8/26/2025, 3:44:34 PM github.com ↗
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.
More benchmarks are welcomed.
No comments yet