Actions
Evolution #382
closedRefactor Album loading code
Description
Currently, loading algorithms are too complex, we should simplify them.
To do that :
- create a new AlbumPage class
- replace simple getter/setters by direct access to public member
- cache all pages and flush them as needed (will save a lot of memory and complex operations)
- cache compressed buffer
- save compressed buffer to disk to save more memory
Updated by kervala over 10 years ago
- Status changed from Nouveau to Fermé
- % Done changed from 0 to 100
Actions