mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
19ddc27069
The previous algorithm would seek every time. This meant that although reading from a filesystem would be quick (especially with disk caching), but reading from a zip would be extremely slow. The new version is rouhgly as fast on a filesystem, but appears not to slow down on zips at all. Not in my tests, at least. --HG-- branch : minor