Reputation: 6695
What Common Lisp implementations, if any, provide a concurrent garbage collector?
Upvotes: 4
Views: 417
Reputation: 139411
None.
If you run ABCL on top of a JVM then you might be able to use the concurrent GC of that JVM (if available). Though I'm not sure how well ABCL runs concurrently.
Upvotes: 5