Skip to content

HadrienG2/iterator_ilp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IteratorILP: instruction-parallel iterator reductions

MPLv2 licensed On crates.io On docs.rs Continuous Integration Requires rustc 1.71.0+

Ever wondered why iterator reduction methods like sum() perform badly on floating-point data, or why nontrivial search methods like any() do not generate efficient code on iterators with side-effects? You've come to the right place!

You can read the full story and how this crate lets you solve the problem in the docs.rs documentation.

About

Rust iterator extensions for instruction-parallel reductions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages