hraban / cl-graph

Common Lisp library for manipulating graphs and running graph algorithms
http://common-lisp.net/project/cl-graph/
Other
73 stars 13 forks source link

Interest in thread-safe cl-graph? #16

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.

dg1sbg commented 3 years ago

@gibsonf1 Yes, please!