fullserializer icon indicating copy to clipboard operation
fullserializer copied to clipboard

Is there any benchmark comparison with other tool, like Unity JsonUtility ?

Open wangjianpeng opened this issue 8 years ago • 1 comments

wangjianpeng avatar Jul 18 '17 07:07 wangjianpeng

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.

SugoiDev avatar Jul 18 '17 19:07 SugoiDev