[jira] Commented: (DERBY-2050) Manipulating CachedItems could be more efficient

2006-11-08 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2050?page=comments#action_12448155 ] Knut Anders Hatlen commented on DERBY-2050: --- I haven't tested the performance impact, but I definitely think the patch makes the code cleaner. A couple

[jira] Commented: (DERBY-2050) Manipulating CachedItems could be more efficient

2006-11-07 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2050?page=comments#action_12447828 ] Daniel John Debrunner commented on DERBY-2050: -- How would memory usage compare with six booleans to one integer? Manipulating CachedItems could be

[jira] Commented: (DERBY-2050) Manipulating CachedItems could be more efficient

2006-11-07 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2050?page=comments#action_12447836 ] Knut Anders Hatlen commented on DERBY-2050: --- I don't think this should affect memory usage much since the JVM seems to allocate multiples of 8 bytes. I