cl-coroutine
Coroutine library
A coroutine library for Common Lisp that enables efficient and lightweight cooperative multitasking.
Cl-coroutine is a coroutine library for Common Lisp. It uses cl-cont continuations library in its implementation.
65 stars
7 watching
7 forks
Language: Common Lisp
last commit: about 9 years ago
Linked from 2 awesome lists
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A single-header library providing facilities for C++2a Coroutines | 80 |
| | A lightweight, low-overhead concurrency library | 360 |
| | A C++23 library for task-based parallelism utilizing coroutines and the new expected type. | 310 |
| | Provides an implementation of cooperative multitasking in Rust | 412 |
| | An implementation of asynchronous coroutines in C++11 using ucontext and fiber | 417 |
| | Provides Common Lisp interfaces to NVIDIA CUDA for efficient GPU programming | 283 |
| | A C library for managing concurrent execution of small tasks with cooperative scheduling. | 814 |
| | A high-performance library for stackful coroutines with support for asynchronous I/O and efficient scheduling. | 1,970 |
| | A general caching facility for Common Lisp | 18 |
| | A Common Lisp implementation of a compiler and runtime environment | 858 |
| | Provides a low-level, generic stackless coroutine builder for asynchronous programming in Clojure and ClojureScript | 233 |
| | Provides common Lisp equivalents of Clojure functions for sequence manipulation | 19 |
| | An implementation of coroutines in Swift to simplify asynchronous programming and improve error handling. | 836 |
| | Provides a uniform interface for accessing various relational databases from Common Lisp. | 208 |
| | A high-performance library for building and transforming infinite sequences using coroutines and monadic interfaces. | 148 |