|
|
|
|
|
by Scarbutt
2338 days ago
|
|
the answer that I'm interested in :-) is what serialization strategies does immutable datastructures enable, if not locking? Depending on your performance goals, Compare-and-Set with retries a la clojure's atom reference construct. https://clojure.org/reference/atoms |
|