BurntSushi / memchr

Optimized string search routines for Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thanks!

m-ou-se opened this issue · comments

I was working on something that can parse ninja.build files. It used to be twice as slow as ninja itself, but after replacing just a few lines with memchr and memchr3 from this crate, it is now almost twice as fast as ninja.

Thanks! :)

Nice! Glad to hear a success story!