A common lisp thread pool implemented with atomic operations instead of locks in the worker threads' main loop.
A thread pool in Mezzano OS <https://github.com/froggey/Mezzano>, ported to portable common lisp.
David McClain's Lisp-Actors library porting to SBCL and CCL. https://github.com/dbmcclain
Portable, non-consing, optimized LIFO queue (stack) implementation, which is inspired by cl-speedy-queue.
Common Lisp Multiple CAS on CAR/CDR of ref-cells. An N-way MCAS, without contention, needs only N+1 CAS instructions.
Get universal time (in MILLISECONDS) from a variable which is periodically updated by a background thread. This is used for very intensively time getting with not very high accuracy.
最近一年贡献:3437 次
最长连续贡献:27 日
最近连续贡献:5 日
贡献度的统计数据包括代码提交、创建任务 / Pull Request、合并 Pull Request,其中代码提交的次数需本地配置的 git 邮箱是 Gitee 帐号已确认绑定的才会被统计。