https://github.com/lichuang/mini-rayon
A simplified implementation of the rayon project to illustrate the implementation principle.
https://github.com/lichuang/mini-rayon
Last synced: 5 months ago
JSON representation
A simplified implementation of the rayon project to illustrate the implementation principle.
- Host: GitHub
- URL: https://github.com/lichuang/mini-rayon
- Owner: lichuang
- License: apache-2.0
- Created: 2025-08-03T13:03:17.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-08-03T15:00:01.000Z (5 months ago)
- Last Synced: 2025-08-03T17:15:25.090Z (5 months ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mini-rayon
A simplified implementation of the rayon project to illustrate the implementation principle.