Y
Hacker News
new
|
ask
|
show
|
jobs
by
meehai
90 days ago
and with little data (i.e. <10Mb), this matters much less than accessibility and easy understanding of the data using a simple text editor or jq in the terminal + some filters.
2 comments
xxs
90 days ago
what do you mean by little data, most communication protocols are not one off
link
creationix
89 days ago
Also good luck parsing 10 MiB of JSON in a loop that can't tolerate blocking the CPU for more than 10ms.
What's expensive is very relative to the use case.
link