NtyCo
Cooperative scheduler
An implementation of cooperative scheduling with embedded web servers and clients.
纯c版本的协程实现,汇编切换,调度器实现,包含服务器端案例,客户端并发测试案例
846 stars
33 watching
285 forks
Language: C
last commit: 8 days ago
Linked from 1 awesome list
coroutinetinyhttpdwebbench
Related projects:
Repository | Description | Stars |
---|---|---|
p-ranav/task_system | A task scheduling system built with C++14 primitives to manage concurrent tasks and queues. | 40 |
binchengzhao/delicate | A lightweight and distributed task scheduling platform written in Rust. | 712 |
zonyitoo/coio-rs | Provides a framework for writing asynchronous programs with efficient coroutine scheduling and I/O handling | 456 |
dougbinks/enkits | An API and scheduling library for parallel programming using multicore CPUs | 1,753 |
nicomt/ckron | A tool for scheduling and managing containerized operations in a cron-like manner. | 54 |
conorwilliams/libfork | A tasking library that enables ultra-fine grained parallelism and efficient scheduling of tasks without the use of locks or manual threading | 613 |
miaowing/nest-schedule | A framework for building distributed job scheduling systems with Nest.js decorators. | 435 |
pplux/px_sched | A single header C++11 task scheduler for managing concurrent tasks. | 190 |
binchengzhao/delay-timer | A task manager based on a time wheel algorithm for managing timed tasks with scheduling and dynamic add/cancel/remove capabilities. | 315 |
jhuckaby/cronicle | A distributed task scheduler and runner with a web-based UI that handles scheduling, job running, and real-time stats across multiple servers. | 3,893 |
hugoabonizio/schedule.cr | Provides a clear and flexible DSL to write periodic or scheduled tasks in Crystal | 74 |
crazy-max/swarm-cronjob | Automatically schedules tasks on a distributed system using Docker Swarm and Go | 760 |
onatm/clockwerk | A library for scheduling periodic jobs in a simple and efficient manner | 155 |
madflojo/tasks | A high-frequency task scheduler that supports concurrent execution and flexible control over task timing. | 303 |
thomasgalliker/ncrontab.scheduler | A thread-safe task scheduler for .NET applications | 14 |