Skip to content

Performance: No More Yaml

Compare
Choose a tag to compare
@glebec glebec released this 22 Dec 15:50
· 49 commits to master since this release

This release removes any normal dependencies from the config, using the built-in JS module instead of a YAML config. The result is a ~30% improvement in loading times on the test platform (from ~480 ms to ~330 ms), as well as a faster npm install of course.