Bug 45486

Summary: Investigate reducing bundles footprint by using int keys
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 Keywords: performance
Version: 3.0   
Target Milestone: 3.1 M7   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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 ***