https://github.com/jamesgober/cycle
Ultra-high performance async runtime for Rust. Fast task cycling with zero-overhead scheduling, lock-free architecture, and built-in fault tolerance.
https://github.com/jamesgober/cycle
async async-runtime high-concurrency high-performance high-throughput lock-free rust zero-overhead
Last synced: 9 months ago
JSON representation
Ultra-high performance async runtime for Rust. Fast task cycling with zero-overhead scheduling, lock-free architecture, and built-in fault tolerance.
- Host: GitHub
- URL: https://github.com/jamesgober/cycle
- Owner: jamesgober
- License: apache-2.0
- Created: 2025-07-10T00:20:11.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-07-10T04:02:14.000Z (9 months ago)
- Last Synced: 2025-07-10T13:08:27.823Z (9 months ago)
- Topics: async, async-runtime, high-concurrency, high-performance, high-throughput, lock-free, rust, zero-overhead
- Language: Rust
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
CYCLE
Ultra-high performance async runtime for Rust
Fast task cycling with zero-overhead scheduling, lock-free architecture, and built-in fault tolerance.