Huntclaw: A fast search-and-replace utility
Ziggit
Huntclaw: A fast search-and-replace utility
PROJECT NAME: huntclaw I’d like to introduce huntclaw, a search-and-replace utility written in Zig that turned out to be faster than sd (written in Rust) and the standard GNU utilities. there’s a fairly simple explanation for this high speed: the lack of a regex/regex engine and a focus on speed itself. Note that searching is also very fast because of SIMD two-byte prefiltering In the photo I’ve attached above, you can see the benchmark: huntclaw vs. other utils. You can run them yourself ...
0 comments
No comments yet.