🚀 Enhancements
Update stack processor @aknysh (#68)
what
- Update stack processor
- Cache the YAML file contents and Glob matches in memory (sync map)
why
- Prevent concurrency issues when many gorotines call
Glob
to find import matches in the same folders - Speed it up, especially when working on
localhost
and reading the YAML config files on the host from a Docker container (don't read the same files and the same glob matches more than once) - The total speed up is about 10-20x