ndarray-parallel
integrates ndarray with rayon__ for simple parallelization.
_ https://github.com/nikomatsakis/rayon
Please read the API documentation here
_
__ http://docs.rs/ndarray-parallel/
|buildstatus| |crates|_
.. |buildstatus| image:: https://travis-ci.org/bluss/rust-ndarray.svg?branch=master .. _buildstatus: https://travis-ci.org/bluss/rust-ndarray
.. |crates| image:: http://meritbadge.herokuapp.com/ndarray-parallel .. _crates: https://crates.io/crates/ndarray-parallel
Zip
.axis_iter()
(and _mut
).par_map_inplace()
for arrays.Still iterating on and evolving the crate
Performance:
How to use with cargo::
[dependencies]
ndarray-parallel = "0.3"
0.3.0
.par_apply
..par_map_inplace
and .par_mav_inplace
for arrays0.2.0
0.1.1
0.1.0
Dual-licensed to be compatible with the Rust project.
Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 or the MIT license http://opensource.org/licenses/MIT, at your option. This file may not be copied, modified, or distributed except according to those terms.