|
|
|
|
|
by canweriotnow
5069 days ago
|
|
"The future of server programming does not have parallel access to shared memory." What about STM in Clojure? It's technically parallel access to shared memory, but the transactional nature obviates the need for mutexes and all the crap that makes shared memory a pain in the ass. |
|