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
Had a sample use case of serializing and deserializing a 10Mb JSON payload. It takes quite a few seconds to do it, while the actual writing and loading from disk using the json module is very fast.
The text was updated successfully, but these errors were encountered:
Had a sample use case of serializing and deserializing a 10Mb JSON payload. It takes quite a few seconds to do it, while the actual writing and loading from disk using the
json
module is very fast.The text was updated successfully, but these errors were encountered: