Y
Hacker News
new
|
ask
|
show
|
jobs
by
PetahNZ
846 days ago
My server will encode 1,000,000 images itself, but each client will only decode like 10.
2 comments
bombcar
846 days ago
But you may have fifty million clients, so the total "CPU hours" spend on decoding will outlast encoding.
But the person
encoding
is picking the format, not the decoder.
link
lonjil
846 days ago
But the server doesn't necessarily have unlimited time to encode those images. Each of those 1 million images needs to be encoded before it can be sent to a client.
link
okamiueru
846 days ago
That isn't saying much or anything.
link
But the person encoding is picking the format, not the decoder.