Improve performance by using a faster library for parsing json schemas #476
OpenAPI Admin
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Use fastjsonschema instead of jsonschema, or even jsonschema-rs. jsonschema-rs claims to be 30x to 390x faster than jsonschema (3x to 7x faster than fastjsonschema).
This is a follow-up of the following issue python-openapi/openapi-core#1086
Beta Was this translation helpful? Give feedback.
All reactions