Y
Hacker News
new
|
ask
|
show
|
jobs
by
frsyuki
5159 days ago
Spitting out sprintfs means parsing texts. JSON might be slow since it's text, but binary based formats should be faster especially the log includes many integers.
1 comments
jacques_chester
5159 days ago
sprintf tends to be a faster path than "build tree, render down to text".
link
deno
5159 days ago
Both XML and JSON can be streamed. No tree building necessary.
link