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
I have benchmarked this and it is also a serious bottleneck when serializing large objects. Is there a reason behind creating a deep copy here instead of a shallow copy?
The text was updated successfully, but these errors were encountered:
The deepcopy of the instance
__dict__
during serialization at the following line seems unnecessary:jschema-to-python/jschema_to_python/to_json.py
Line 26 in c4fb418
I have benchmarked this and it is also a serious bottleneck when serializing large objects. Is there a reason behind creating a deep copy here instead of a shallow copy?
The text was updated successfully, but these errors were encountered: