conjure-cp / VIP

1 stars 1 forks source link

Caching / Storing conjure (and other?) output #10

Open ChrisJefferson opened 10 months ago

ChrisJefferson commented 10 months ago

Conjure tries to cache models when they are generated. However, this code has some significant limitations:

It would be great to have a more general caching framework. This could cache:

These caches should be designed from the start to be process and thread safe. I suggest (but open to suggestions!) this cache runs as a seperate program, maybe using sqlite (or similar), where programs can query for cache values, store them, and read them back out.