File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,18 @@ __ http://docs.rs/ndarray-parallel/
19
19
Highlights
20
20
----------
21
21
22
- - Parallel elementwise (no order) and axis iterators
22
+ - Parallel elementwise (no order) iterator
23
+ - Parallel `.axis_iter() ` (and `_mut `)
23
24
24
25
Status and Lookout
25
26
------------------
26
27
27
28
- Still iterating on and evolving the crate
28
29
29
30
+ A separate crate is less convenient (doesn't use rayon IntoParallelIterator
30
- trait, but a separate crate ) but allows rapid iteration and we can follow
31
+ trait, but a separate trait ) but allows rapid iteration and we can follow
31
32
the evolution of rayon's internals.
32
- + This crate is double pace: For every ndarray or rayon major version, this
33
+ This crate is double pace: For every ndarray or rayon major version, this
33
34
crate goes up one major version.
34
35
35
36
- Performance:
You can’t perform that action at this time.
0 commit comments