Y
Hacker News
new
|
ask
|
show
|
jobs
by
AlmostAnyone
1331 days ago
How can JavaScript code (PB decoder) be faster than native code (JSON parser)?
1 comments
Aeolun
1331 days ago
Much, much less processing to do. Most of pb decoding is just reading bytes until you fill your data structure.
link