daveshanley / vacuum

vacuum is the worlds fastest OpenAPI 3, OpenAPI 2 / Swagger linter and quality analysis tool. Built in go, it tears through API specs faster than you can think. vacuum is compatible with Spectral rulesets and generates compatible reports.
https://quobix.com/vacuum
MIT License
490 stars 39 forks source link

v0.5.1, Faster & more stable #374

Closed daveshanley closed 7 months ago

daveshanley commented 7 months ago

Performance tuning, now even faster and more stable.

The examples function is showing signs of age and needs re-writing and breaking down into simpler functions. It's constantly breaking and now it's guarded with two timeouts that will prevent the function from a runaway loop.