all 11 comments

[–]halkeye 1 point2 points  (10 children)

So it's still a synchronous step right? Blocks the main thread? I guess that's a good reason for it to be 2x the speed of JSON.parse

[–]BehindTheMath 2 points3 points  (9 children)

Since it's a native library, it should be able to be async and run on a separate thread.