sudoblockio / tackle

Tackle is a programmable configuration language for building modular utilities, code generators, and CLIs with schema validation baked in.
Apache License 2.0
52 stars 2 forks source link

Speed up usage of remote providers #145

Open robcxyz opened 1 year ago

robcxyz commented 1 year ago

Initial load time is fair but each usage should take the same time as a fetch which A, is very fast and B, much faster than what is happening now.

This task should get remote provider speed up and get good coverage of the process where it is lacking now.