Sync Primitives Are Functionally Complete

3 sebg 1 7/31/2025, 8:30:24 PM kprotty.me โ†—

Comments (1)

PaulHoule ยท 9h ago
But should you?

My understanding is that concurrency systems based on one clever idea (actors, synchronized in Java) give terrible performance, scalability nd reliability and you really want a rich library of primitives like you find in java.util.concurrent.