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: over 8 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
quuxplusone/coro | A single-header library providing facilities for C++2a Coroutines | 80 |
sharow/libconcurrent | A lightweight, low-overhead concurrency library | 360 |
mtmucha/coros | A C++23 library for task-based parallelism utilizing coroutines and the new expected type. | 310 |
rustcc/coroutine-rs | Provides an implementation of cooperative multitasking in Rust | 412 |
tonbit/coroutine | An implementation of asynchronous coroutines in C++11 using ucontext and fiber | 417 |
takagi/cl-cuda | Provides Common Lisp interfaces to NVIDIA CUDA for efficient GPU programming | 283 |
halayli/lthread | A C library for managing concurrent execution of small tasks with cooperative scheduling. | 814 |
xudong-huang/may | A high-performance library for stackful coroutines with support for asynchronous I/O and efficient scheduling. | 1,970 |
html/clache | A general caching facility for Common Lisp | 18 |
clozure/ccl | A Common Lisp implementation of a compiler and runtime environment | 858 |
leonoel/cloroutine | Provides a low-level, generic stackless coroutine builder for asynchronous programming in Clojure and ClojureScript | 233 |
eigenhombre/cl-oju | Provides common Lisp equivalents of Clojure functions for sequence manipulation | 19 |
belozierov/swiftcoroutine | An implementation of coroutines in Swift to simplify asynchronous programming and improve error handling. | 836 |
fukamachi/cl-dbi | Provides a uniform interface for accessing various relational databases from Common Lisp. | 208 |
loopperfect/conduit | A high-performance library for building and transforming infinite sequences using coroutines and monadic interfaces. | 148 |