iterator_ilp

Crates.ioiterator_ilp
lib.rsiterator_ilp
version2.1.2
sourcesrc
created_at2023-03-03 17:02:23.211483
updated_at2024-04-05 13:03:00.64946
descriptionIterator extensions for instruction-parallel reductions
homepage
repositoryhttps://github.com/HadrienG2/iterator_ilp
max_upload_size
id799875
size85,138
Hadrien G. (HadrienG2)

documentation

README

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.

Commit count: 52

cargo fmt