par-iter

Crates.iopar-iter
lib.rspar-iter
version1.0.2
sourcesrc
created_at2025-03-25 21:25:45.254101+00
updated_at2025-03-26 07:19:37.047809+00
descriptionFork of rayon, with chili support
homepage
repositoryhttps://github.com/dudykr/ddbase.git
max_upload_size
id1605804
size813,364
Donny/강동윤 (kdy1)

documentation

README

par-iter

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.

Usage

If you are using only parallel iterators, you can just replace all rayon:: to par_iter:: using IDE feature.

use par_iter::prelude::*;


License

  • This code is a fork of rayon. rayon is Apache-2.0/MIT licensed.

This project is licensed under the Apache License 2.0. See the LICENSE file for details.

Commit count: 61

cargo fmt