Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improvement: improve cli startup performance using v8 cache (#6049)
* feat: experimental flag to enable v8 cache This can speed up the core command startup time. Can be enabled by now using `GARDEN_COMPILE_CACHE=1` and is disabled by default. On my M2 mac it saves ~11-30ms when running `garden --help` * improvement: enable v8 cache by default
- Loading branch information