#parallel-processing #disjoint #indices #experimental #paradis

paradis-core

Experimental parallel processing of disjoint indices

2 releases

0.0.3 Nov 26, 2023
0.0.1 Nov 26, 2023

#1130 in Concurrency

35 downloads per month
Used in paradis

MIT license

7KB
73 lines

paradis

A very, very experimental crate for parallel processing of disjoint indices in Rust. Work in progress, not ready foru se.


lib.rs:

Core primitives for paradis.

paradis-core contains the core abstractions used by paradis. paradis-core is expected to need breaking changes very rarely. Hopefully once the APIs are stabilized no further breaking changes are necessary. Therefore, library authors who only want to expose their data structures to paradis algorithms should depend on this crate instead paradis.

No runtime deps