1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-04-24 17:12:16 +02:00
Andrew Gallant 1f70e9187c deps: update regex crate
This update brings with it a new feature of the regex crate which will
now use SIMD optimizations automatically at runtime with no necessary
compile time flags. All that's needed is to enable the `unstable` feature.

Other crates, such as bytecount and encoding_rs, are still using the
old-style SIMD support, so we leave the simd-accel and avx-accel features.
However, the binaries we distribute on Github no longer have those
features enabled, which makes them truly portable.

Fixes #135
2018-03-12 23:21:42 -04:00
..
2018-01-01 09:22:35 -05:00
2018-03-12 23:21:42 -04:00
2017-03-12 16:57:15 -04:00
2017-03-12 16:57:15 -04:00
2016-09-13 21:15:10 -04:00
2017-03-12 16:57:15 -04:00

grep

This is a library that provides grep-style line-by-line regex searching (with comparable performance to grep itself).