Crates.io | iterator_ilp |
lib.rs | iterator_ilp |
version | 2.1.2 |
source | src |
created_at | 2023-03-03 17:02:23.211483 |
updated_at | 2024-04-05 13:03:00.64946 |
description | Iterator extensions for instruction-parallel reductions |
homepage | |
repository | https://github.com/HadrienG2/iterator_ilp |
max_upload_size | |
id | 799875 |
size | 85,138 |
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.