Files
love/src/modules
Bart van Strien 19ddc27069 Use a seekless implementation of File:lines/love.filesystem.lines
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
2017-11-11 21:42:52 +01:00
..
2017-09-30 17:02:16 -03:00
2017-07-28 19:14:54 -03:00
2017-01-02 01:28:29 -04:00
2017-10-12 15:24:07 +02:00