Replies: 2 comments
-
Debug mode? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I've narrowed down where the main issue is coming from. Is this function not optimized for ordered_json? Any alternative? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've used ordered_json's for maintaining the order of insertion into the JSON.
I'm dealing with JSONs which are huge. Over 100000 lines.
It takes 100x more time to dump ordered_json compared to json.
Is there a fix planned for this? Any workaround (apart from moving back to json :) )
Beta Was this translation helpful? Give feedback.
All reactions