hraban / cl-containers

Containers Library for Common Lisp
http://common-lisp.net/project/cl-containers/
Other
64 stars 13 forks source link

interest in thread-safe cl-containers? #13

Open gibsonf1 opened 4 years ago

gibsonf1 commented 4 years ago

We are using cl-containers and cl-graph with lparallel, so we've added a "thread-safe-mixin" that automatically handles bordeaux-threads locking in production at a very high throughput. If there is enough interest, we can do a pull request here with the changes. Just let me know.

Ambrevar commented 4 years ago

Pull request more than welcome! :)