cefn / lauf

Monorepo for lauf packages.
MIT License
5 stars 0 forks source link

Split Partition from Store module #80

Closed cefn closed 3 years ago

cefn commented 3 years ago

Currently there is an experimental Partition implementation lurking in the store module. This makes the store look much more complicated that it actually is, and would be better kept separately, and used optionally.

cefn commented 3 years ago

This design issue is now resolved by createStorePartition.