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
Thank you for the great library. We noticed a performance drop of several magnitudes if a bigger file is read, which was generated with ryml::emit_json. The reason is that no line breaks are added, making the parsing painfully slow.
Thank you for the great library. We noticed a performance drop of several magnitudes if a bigger file is read, which was generated with ryml::emit_json. The reason is that no line breaks are added, making the parsing painfully slow.
A simple fix could be to change line
rapidyaml/src/c4/yml/emit.def.hpp
Line 492 in e1b5768
to
Performance measurements for parsing a 400KB json file:
The text was updated successfully, but these errors were encountered: