Applying Clojure, Git and Optimistic Concurrency Control principles to Data Oriented Programming

Book excerpt: https://blog.klipse.tech/databook/2020/12/18/occ-do-git.html

DO manages concurrency using a lock free strategy called Optimistic Concurrency Control, that leads to high throughput of queries and mutations

The code snippets are in JavaScript but it is highly influenced by Clojure.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.