Skip to content

Experiments with SIMD for common data processing tasks

Notifications You must be signed in to change notification settings

mcadariu/lemire-simd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daniel Lemire's blog is full of common problems and (very) efficient solutions (most often SIMD-based) encountered in data processing. This repo contains Rust implementations of some of them. 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