fullserializer
fullserializer copied to clipboard
Is there any benchmark comparison with other tool, like Unity JsonUtility ?
Yes.
See https://github.com/jacobdufault/fullserializer/issues/114
and the linked article http://jacksondunstan.com/articles/3584
Gist: FullSerializer is about 10x slower than Unity Json. Of course, FS does a lot more as well, so the comparison isn't totally fair.
A performance overhaul is planed and @jacobdufault is writing fastreflect to replace FS core. See https://github.com/jacobdufault/fullinspector/issues/203 for more on this.