This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 49105 - Remove more duplicate strings from mdr
Summary: Remove more duplicate strings from mdr
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords: PERFORMANCE, SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2004-09-15 16:18 UTC by Petr Nejedly
Modified: 2006-03-24 09:58 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Patch to remove more duplicate strings from mdr (1.60 KB, patch)
2004-09-15 16:19 UTC, Petr Nejedly
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Nejedly 2004-09-15 16:18:36 UTC
Following patch interns more strings read from
storage. It can spare >200kB of heap for my 40
opened projects.
Comment 1 Petr Nejedly 2004-09-15 16:19:24 UTC
Created attachment 17665 [details]
Patch to remove more duplicate strings from mdr
Comment 2 Petr Nejedly 2004-09-15 16:21:18 UTC
Please review and apply the patch.
Comment 3 Pavel Flaska 2004-09-16 13:43:06 UTC
Patch applied.

Checking in
src/org/netbeans/mdr/persistence/btreeimpl/btreeindex/Btree.java;
/cvs/mdr/src/org/netbeans/mdr/persistence/btreeimpl/btreeindex/Btree.java,v
 <--  Btree.java
new revision: 1.6; previous revision: 1.5
done
Processing log script arguments...
More commits to come...
Checking in
src/org/netbeans/mdr/persistence/btreeimpl/btreestorage/NameIndex.java;
/cvs/mdr/src/org/netbeans/mdr/persistence/btreeimpl/btreestorage/NameIndex.java,v
 <--  NameIndex.java
new revision: 1.2; previous revision: 1.1
done
Comment 4 Petr Nejedly 2004-09-16 13:56:18 UTC
Verified, thanks.