alecandido / partons

Distribute and evaluate partonic distributions
1 stars 0 forks source link

File system-less build #18

Open alecandido opened 1 year ago

alecandido commented 1 year ago

Fully delegate the file system management to the cache, since it's only required for that.

In principle, its usage might even be gated behind a feature, and we could use memory caching otherwise.

This would also allow to just run in a browser, where a file system is not available (or in other contexts where it might be available, but e.g. it's not reliable, or slow). It will also pair with the configurable sources, since the data-fetching connection can be established on LAN, instead of through the web.

Currently, the main obstacles are: