Skip to content

relaxcn/find_simd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a SIMD implementation of std::str::find in Rust.

How to run

Just test it!

cargo test --release -- --nocapture

You will see the difference of the two implementations.

Or you want to use some other tools like hyperfine, just use --simd parameter!

hyperfine --warmup 1 -r 1 'cargo run --release' 'cargo run --release -- --simd'

About

A SIMD implementation of `std::str::find`

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages