roc-lang / rbt

Roc Build Tool
Universal Permissive License v1.0
49 stars 5 forks source link

move to a data store that can be used across threads #72

Closed BrianHicks closed 2 years ago

BrianHicks commented 2 years ago

In order to walk the build graph in parallel, the data store has to be accessible across threads. We've been thinking about using sled for a while (in fact, it's still in the dependencies from the initial spike!)