Krzysztof Wicher
Krzysztof Wicher
I'm not the owner of serialization part of the XML but I'd suggest running profiler with some real-life like payload and seeing if making a fix makes any difference. If...
/azp run runtime
Any chance you could run perf tests on this change? There are changes made to the hot path so it would be useful to know if we regressed something or...
There is a warning message this project shows up: ``` warning MSB3277: Found conflicts between different versions of "System.Text.Json" that could not be resolved. warning MSB3277: There was a conflict...
I'm also hitting this: ``` (let ((json "{\"test\":[{\"test2\":{\"foo\":\"bar\"}}]}")) (format t "~a~%" json) (format t "~a~%" (cl-json:encode-json-to-string (cl-json:decode-json-from-string json)))) ```
## JSON contract customization In certain situations developers serializing or deserializing JSON find that they don't want to or cannot change types because they i.e. come from external library or...
@pgrawehr not necessarily, you could alternatively have MagneticField3 struct. Generally speaking the magnetic field definition talks about vectors and not scalars. I agree it's not ideal that above cannot be...
Honestly for units I only care about vector. Matrices are probably only used in more advanced physics (i.e. jacobian) which usually need super high performance in which case you'd likely...
@tmilnthorp yes, something similar would be perfect. At minimum I think: - add - subtract - multiply by scalar - divide by scalar - perhaps easy way to do conversion...