Monday, January 12, 2004
Restructured the data retrieval so that we sort and obtain all the cell data with a single SQL call.
New object totals are:
char[] 4k
byte[] 3k
String 3k
HeapCharBuffer 1k
and it feels faster.
The char and byte arrays are from the single remaining db retrieval and I don't think we can reduce those without further caching. More profiling tomorrow to see if we can get the other totals down. The nokia took this morning so I'm going to delay release until next Tuesday.
The nokia's set up with putty and working fine. Hurrah for open source.
T