grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Image scaling performance


From: Vladimir 'φ-coder/phcoder' Serbinenko
Subject: Re: Image scaling performance
Date: Thu, 26 Feb 2015 17:44:11 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.4.0

On 25.02.2015 19:46, Michael Zimmermann wrote:
I'm still questioning the efficiency
math operations because on slow devices there are other bottlenecks of
the same kind(like de/compression).
That's pure speculation at that point. GRUB has 3 compression algorithms:
- minilzo. Has some divisions in parts which GRUB doesn't use. Those parts are easily disablable and I'll just do so. - gzip. Uses division only in zlib header check. I'll optimise it a little but it's only one division in header check, not in compressed data body.
- xz. No divisions



reply via email to

[Prev in Thread] Current Thread [Next in Thread]