Skip to content

Commit a0ea4c5

Browse files
authored
Merge pull request #1959 from orxfun/main
Add orx-parallel
2 parents f3ef1f5 + 08e335d commit a0ea4c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1177,6 +1177,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_
11771177

11781178
* [crossbeam-rs/crossbeam](https://github.com/crossbeam-rs/crossbeam) - Support for parallelism and low-level concurrency
11791179
* [orium/archery](https://github.com/orium/archery) [[archery](https://crates.io/crates/archery)] - Library to abstract from `Rc`/`Arc` pointer types. [![build badge](https://github.com/orium/archery/workflows/CI/badge.svg)](https://github.com/orium/archery/actions?query=workflow%3ACI)
1180+
* [orx-parallel](https://crates.io/crates/orx-parallel) - High performance, configurable and expressive parallel computation library.
11801181
* [Rayon](https://github.com/rayon-rs/rayon) - A data parallelism library
11811182
* [rustcc/coroutine-rs](https://github.com/rustcc/coroutine-rs) - Coroutine Library
11821183
* [zonyitoo/coio-rs](https://github.com/zonyitoo/coio-rs) - Coroutine I/O

0 commit comments

Comments
 (0)