andrewdavidmackenzie / flow

Exploration of a data-flow programming paradigm
MIT License
28 stars 2 forks source link

Review CRDTs and consider use for multiple parallel data operations on a data element #567

Open andrewdavidmackenzie opened 4 years ago

andrewdavidmackenzie commented 4 years ago

Then we could break some data dependencies and have multiple jobs in parallel operating on the same data - with a subsequent resolution phase.

andrewdavidmackenzie commented 1 year ago

Library for K-V storage with functions to read and write