guicho271828 / common-lisp-extensions

list of extensions beyond CL available in lisp implementations, and the status of its spread.
21 stars 0 forks source link

thread-safe hash tables #22

Open guicho271828 opened 5 years ago

guicho271828 commented 5 years ago
ruricolist commented 5 years ago

Clozure's hash tables are thread-safe (and lock-free).

ABCL also: https://abcl-dev.blogspot.com/2010/10/abcl-hash-tables-threading-and-clos.html