Crates.io | par-iter |
lib.rs | par-iter |
version | 1.0.2 |
source | src |
created_at | 2025-03-25 21:25:45.254101+00 |
updated_at | 2025-03-26 07:19:37.047809+00 |
description | Fork of rayon, with chili support |
homepage | |
repository | https://github.com/dudykr/ddbase.git |
max_upload_size | |
id | 1605804 |
size | 813,364 |
A parallel iterator for Rust. This is a fork of rayon
with the goal of switching parallelization library from rayon-core
to chili
or disable parallelization.
If you want to switch parallelization library, you can refer to the documentation of par-core
.
If you are using only parallel iterators, you can just replace all rayon::
to par_iter::
using IDE feature.
use par_iter::prelude::*;
rayon
. rayon
is Apache-2.0/MIT licensed.This project is licensed under the Apache License 2.0. See the LICENSE file for details.