You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenAPI's JSON unmarshalling is quite slow, and there's been some efforts in the k8s community to create a more performant marshaller. We should see if we can integrate this into Rekor to improve performance.
The text was updated successfully, but these errors were encountered:
Description
Context threads:
spec.Swagger
is almost 20x slower than deserializing intomap[string]interface{}
kubernetes/kube-openapi#315OpenAPI's JSON unmarshalling is quite slow, and there's been some efforts in the k8s community to create a more performant marshaller. We should see if we can integrate this into Rekor to improve performance.
The text was updated successfully, but these errors were encountered: