Skip to content

v1.3.2

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 02 Nov 13:40
· 306 commits to main since this release
d8f4fcf

🚀 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