Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Performance improvement

Pre-release
Pre-release
Compare
Choose a tag to compare
@treivax treivax released this 26 Jun 10:00
· 7 commits to master since this release

At this stage, ToP is always a TOSCA Yaml 1.2 syntax validator.

  • V0.2 used an ANTLR V4 grammar for Yaml parsing step, which resulted in slow performance.
  • V.03 uses the yaml-js library whose compose API builds a structure a very similar to the AST we used in V.02.
    This change drastically improves performance.