Performance Issue with large API specs #56
Description
Hi,
we're stuck parsing, validating and resolving the full API surface of our system using this new parser (running it via the JS output).
Our API spec is public here: https://github.com/commercetools/commercetools-api-reference
The main entry file is api.raml
One problem is a recursion in the Categories API, but the performance problem remains even after commenting that recursion out in types/category/CategoryReference.raml
Feel free to use that huge API as a smoketest but keep in mind it's not OSS licensed (unlicensed) so you can't redistribute, modify or use the domain IP otherwise).
Any idea what could be the issue?
PS: we're currently working on it using our own parser / validator implementation which can handle it:
https://github.com/vrapio/rest-modeling-framework