Hello Steve,

I tried the "compressed" Coord class. As expected, it requires only 16 Bytes
for each instance of Coord instead of 24 bytes, but the performance
improvement is small, because the frequently called method getLongitude() is
now more complex, so we save a few cycles in GC and add some in at other
places.
If you want to try, here is the patch:

http://gis.638310.n2.nabble.com/file/n7143952/Coord.patch Coord.patch 

Gerd

--
View this message in context: 
http://gis.638310.n2.nabble.com/PATCH-mkgmap-performance-part-2-tp7123938p7143952.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
_______________________________________________
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to