ripgrep 0.9.0 is out! https://github.com/BurntSushi/ripgrep/releases/tag/0.9.0 … (multi-line support is anticipated for the next release if all goes well!)
Hard to answer succinctly on twitter, but it's std::arch (std::simd isn't a thing, yet anyway). The docs for that module explain it a bit. The key ingrediant is `#[target_feature]`: https://doc.rust-lang.org/std/arch/index.html …
-
-
It's used here in the regex crate: https://github.com/rust-lang/regex/blob/master/src/literal/teddy_ssse3/imp.rs#L435 … This part is also critical: https://github.com/rust-lang/regex/blob/991ae1a4c69cd81ecf989119b9205a3204088e83/src/vector/ssse3.rs#L22-L28 …
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
-
-
I meant std::arch indeed, sorry! Thanks for the explanation, reading through!
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
-
-
Oh, the docs give a nice overview of the runtime detection, cool, thanks! :-)
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.