vilinet
vilinet
@st-gwerner Yeah definitely a fix. But also would make string writing much slower because of that condition check on every single character and also copying. Also that array access is...
@firephantomassasin Yeah but also there are many PR that would slow it down serialization. Of course sometimes there is now way to avoid it but many of them can be...
@st-gwerner Yeah :) Also if the original author decides to continue he can use the actual up-to-date code as a base. Maybe it should not be called v2 but something...
@vilinski No simple way for camel case output for example. You can use the callback but perfermance drops heavily. Or you rename your properties to use camel case. No attribute...
@vilinski you are right! I will have a try!
Okay guys. So i made this https://github.com/vilinet/Utf8Json-v2/ public again. I already released a 1.5 nuget package with some crucial issue fix but raised a ticket also to have a discussion...
Checkout the last comment in this thread please: https://github.com/neuecc/Utf8Json/issues/223
Old thread but i thought i will mentioned that we have tangram working nicely on winUI3 and MAUI. The bindings are very premature but it works okay, performance is good...