iterator_ilp

Crates.ioiterator_ilp
lib.rsiterator_ilp
version3.0.1
created_at2023-03-03 17:02:23.211483+00
updated_at2025-05-04 13:42:50.818504+00
descriptionIterator extensions for instruction-parallel reductions
homepage
repositoryhttps://github.com/HadrienG2/iterator_ilp
max_upload_size
id799875
size108,476
Hadrien G. (HadrienG2)

documentation

README

IteratorILP: instruction-parallel iterator reductions

MPLv2 licensed On crates.io On docs.rs Continuous Integration Requires rustc
1.75.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.

Commit count: 120

cargo fmt