Y
Hacker News
new
|
ask
|
show
|
jobs
by
seg_lol
168 days ago
A JSON parser is less than a thousand lines of code.
1 comments
Diti
168 days ago
And where most of CPU time will be wasted in, if you care about profiling/improving responsiveness.
link
monerozcash
167 days ago
At that point you're just io bound, no? I can easily parse json at 100+GB/s on commodity hardware, but I'm gonna have a much harder time actually delivering that much data to parse.
link
keepamovin
167 days ago
What's a better way?
link