Skip to content

Commit 23f596f

Browse files
committed
parallel: Update README
1 parent 21d161b commit 23f596f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

parallel/README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,18 @@ __ http://docs.rs/ndarray-parallel/
1919
Highlights
2020
----------
2121

22-
- Parallel elementwise (no order) and axis iterators
22+
- Parallel elementwise (no order) iterator
23+
- Parallel `.axis_iter()` (and `_mut`)
2324

2425
Status and Lookout
2526
------------------
2627

2728
- Still iterating on and evolving the crate
2829

2930
+ 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
3132
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
3334
crate goes up one major version.
3435

3536
- Performance:

0 commit comments

Comments
 (0)