| Crates.io | iterator_ilp |
| lib.rs | iterator_ilp |
| version | 3.0.1 |
| created_at | 2023-03-03 17:02:23.211483+00 |
| updated_at | 2025-05-04 13:42:50.818504+00 |
| description | Iterator extensions for instruction-parallel reductions |
| homepage | |
| repository | https://github.com/HadrienG2/iterator_ilp |
| max_upload_size | |
| id | 799875 |
| size | 108,476 |
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.