[Kstars-devel] branches/kstars/summer/kdeedu/kstars/kstars

Akarsh Simha akarshsimha at gmail.com
Thu Jun 12 07:58:54 CEST 2008


SVN commit 819780 by asimha:

Implementing dynamic loading of star data from harddisk, depending on
current trixel.

At (zoom out mag limit, zoom in mag limit) = (6.3, 10.0) with
sufficient zoom (I couldn't measure it, but I could expect not more
than 6 trixels to be present), we get a saving of about 30kB in
memory.

This is still bad because we are allocation 179 StarBlocks, so it
looks like we still have some bug.

CCMAIL: kstars-devel at kde.org



 M  +1 -1      CMakeLists.txt  
 M  +2 -0      skycomponents/listcomponent.h  
 M  +32 -13    skycomponents/starblock.cpp  
 M  +70 -8     skycomponents/starblock.h  
 D             skycomponents/starblockcache.cpp  
 D             skycomponents/starblockcache.h  
 A             skycomponents/starblockfactory.cpp   [License: GPL (v2+)]
 A             skycomponents/starblockfactory.h   [License: GPL (v2+)]
 M  +77 -4     skycomponents/starblocklist.cpp  
 M  +49 -3     skycomponents/starblocklist.h  
 M  +218 -47   skycomponents/starcomponent.cpp  
 M  +67 -3     skycomponents/starcomponent.h  




More information about the Kstars-devel mailing list