Skip to content

kernelmachine/rsmat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rsmat

matrix computations in rust

focus on benchmarking & parallelism

Fastest dot product so far:

cargo rustc --release --bench bench -- -C target_cpu=corei7-avx

test bench_dot                 ... bench:     349,022 ns/iter (+/- 17,193)
test bench_dot_rayon           ... bench:     219,668 ns/iter (+/- 33,696)
test bench_dot_simple_parallel ... bench:     258,757 ns/iter (+/- 87,884)

About

matrix computations in rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages