ripgrep 0.2.7

Line oriented search tool using Rust's regex library. Combines the raw performance of grep with the usability of the silver searcher.
1
2
3
4
5
#!/bin/sh

# export RUSTFLAGS="-C target-feature=+ssse3"
export RUSTFLAGS="-C target-cpu=native"
cargo build --release --features 'simd-accel avx-accel'