top | item 33406055

(no title)

AlmostAnyone | 3 years ago

How can JavaScript code (PB decoder) be faster than native code (JSON parser)?

discuss

order

Aeolun|3 years ago

Much, much less processing to do. Most of pb decoding is just reading bytes until you fill your data structure.