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
Therefore, we should investigate using the mashumaro orjson integration directly to see if there are any performance gains.
Why is this needed:
Vunnel is a very I/O intensive application - it spends a lot of timing downloading and then decoding JSON documents, so performances gains in JSON deserialization might be significant.
Additional context:
The text was updated successfully, but these errors were encountered:
What would you like to be added:
Elsewhere at Anchore, we use
orjson
overjson
because it's faster. It looks likemashumaro
, a library providing dataclass mixins for JSON deserialization has optional features for integrating withorjson
: https://github.com/Fatal1ty/mashumaro?tab=readme-ov-file#orjson-libraryTherefore, we should investigate using the mashumaro orjson integration directly to see if there are any performance gains.
Why is this needed:
Vunnel is a very I/O intensive application - it spends a lot of timing downloading and then decoding JSON documents, so performances gains in JSON deserialization might be significant.
Additional context:
The text was updated successfully, but these errors were encountered: