Changes between Version 2 and Version 3 of Ticket #7598, comment 5
- Timestamp:
- Dec 8, 2018, 11:55:36 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7598, comment 5
v2 v3 1 I agree that encoding with tiles is still preferred for decoding performance ([ data https://docs.google.com/spreadsheets/d/1AO3lDZnpC8pNJffOknY1rIxXwLog_ISwHhO_sv3Xlhg/edit#gid=1957344704]). But with `-tile-columns 1` the CPU spiked at 32% usage, while with `-tile-columns 2` and `-tiles 2x2` the max CPU usage was 53%. More than 4 tiles is not necessary to reach great decode performance, so `row-mt` could still provide a big speedup in encoding performance.1 I agree that encoding with tiles is still preferred for decoding performance ([https://docs.google.com/spreadsheets/d/1AO3lDZnpC8pNJffOknY1rIxXwLog_ISwHhO_sv3Xlhg/edit#gid=1957344704 data]). But with `-tile-columns 1` the CPU spiked at 32% usage, while with `-tile-columns 2` and `-tiles 2x2` the max CPU usage was 53%. More than 4 tiles is not necessary to reach great decode performance, so `row-mt` could still provide a big speedup in encoding performance. 2 2 3 3 '''Edit:''' Excuse me, didn't mean to revert the properties of the ticket.


