cl-trivial-pool. A common lisp thread pool implemented with atomic operations instead of locks in the worker threads' main loop.
4timer-wheel. A portable single-layer timer wheel implementation. Revised and Optimized.
4cl-fast-queues. Arrays based, optimized unbounded LIFO and FIFO queues for both unsafe and safe accessing.
3mcas. Multiple CAS on CAR/CDR of ref-cells. An N-way MCAS, without contention, needs only N+1 CAS instructions.
3cl-mzpool. The thread pool in Mezzano OS, ported to portable common lisp.
2easy-websocket. A websocket-driver wrapper to make it easy to setup a websocket server.
2postmodern-funcall-query. Query function for the query macro of Postmodern
1GenieTutorialsChineseTranslation. Genie学习指南中文版
1soft-universal-time. Get universal time (in MILLISECONDS) from a variable which is periodically updated by a background thread. Used for very intensively time getting with not very high accuracy.
1easy-zeromq. Wrap of pzmq with patterns ready.
1nnd. Common Lisp code for Neural Network Design, 2nd, Martin T. Hagan.
1polymorphic-functions. A function type to dispatch on types instead of classes with partial support for dispatching on optional and keyword argument types.
1