Skip to content

mcadariu/lemire-simd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daniel Lemire's blog is full of common problems and (very) efficient solutions (most often SIMD-based) encountered in the data processing domain. I'm reimplementing a couple of them in Rust, to get the hang of they work, and distill some repeatable patterns. I'm using ARM NEON intrinsics (they are built-in my MacBook Pro), and displaying the result of the benchmark on my laptop as a comment at the top of the source files.

About

Experiments with SIMD for common data processing tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages