plow-technologies / inferno

A statically-typed functional scripting language
MIT License
4 stars 1 forks source link

[inferno-vc] Improve cached client hit ratio #136

Closed albertov closed 1 month ago

albertov commented 1 month ago

Cached client was storing scripts under different directories depending if they were root objects requested to fetchVCClosure or their deps. Store them all under the same directory to improve cache hit ratio