Bug 45486 - Investigate reducing bundles footprint by using int keys
Summary: Investigate reducing bundles footprint by using int keys
Status: RESOLVED DUPLICATE of bug 89096
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.1 M7   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2003-10-24 05:32 EDT by Philipe Mulet CLA
Modified: 2005-04-07 09:27 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipe Mulet CLA 2003-10-24 05:32:14 EDT
Build 3.0 M4

Most of our property bundles are keyed using strings. These are expensive in 
term of footprint, and should be replaced with ints (similar to our problem 
message IDs which are used as keys in the error message property file).
Comment 1 Philipe Mulet CLA 2004-05-13 07:18:28 EDT
I suspect this became downgraded after actual measurement. Pls check with 
DirkB. If proven to be actually interesting, then cc KevinH.
Comment 2 Philipe Mulet CLA 2004-05-20 07:49:10 EDT
post 3.0
Comment 3 Philipe Mulet CLA 2005-04-07 09:08:22 EDT
on 3.1m7 plan
Comment 4 Philipe Mulet CLA 2005-04-07 09:09:03 EDT
using platform new approach to message catalog.
need to ping Dirk to get proper tooling
Comment 5 Philipe Mulet CLA 2005-04-07 09:27:15 EDT

*** This bug has been marked as a duplicate of 89096 ***