stevebleazard

Results 5 issues of stevebleazard

When converting numbers to strings string_of_float has a significant performance impact when the number is an INT. Detecting INTs and using string_of_int significantly improves performance. Thus, using ```ocaml let f2s...

enhancement

The following code using merge fails with error /tmp/pip-req-build-_e_q4qdk/src/c4/yml/tree.cpp:969:check_failed: (has_sibling(node, after) && has_sibling(after, node)) ``` import ryml src = """ A: &A V: 3 B:

When converting numbers to strings string_of_float has a significant performance impact when the number is an INT. Detecting INTs and using string_of_int significantly improves performance. Thus, using ```ocaml let f2s...

performance
backlog

I think a section on the use of MLD files to create documentation that isn't tied to a module or function would be useful. I for one am not to...

pip installable version 0.5.0 of rapidyaml does not depend on deprecation even though the setup.py appears to have the dependency. Installing deprecation resolves any issues