Re: [nodejs] Interesting for maybe delegating JSON.parse to another language

2015-05-28 Thread Matt
That's a naive way of looking at things. JSON.parse is slower in Node not due to the parser itself, but due to constructing objects. So yes you could parse in C++, but your object access would be hundreds of times slower. On Tue, May 26, 2015 at 7:11 PM, Ω Alisson wrote: > https://github.com/ko

[nodejs] Interesting for maybe delegating JSON.parse to another language

2015-05-27 Thread Ω Alisson
https://github.com/kostya/benchmarks/tree/master/json -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message bec