Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Make a memory and performance enhancement in the class ExprDataReader2

Title: Message

- Summary:

Make a memory and performance enhancement in the class ExprDataReader2


- Bugzilla Bug (s) Resolved:
N/A

 

- Description:
The hashmap field 'rowIDMap' should be replaced with a array field. In the class a array object can do its work and has better performance.


- Tests Description:
 Junit Test

 

- Notes to Build Team:
N/A


- Notes to Developers:
N/A


- Notes to QA: 
 

N/A

 

- Notes to Documentation:  
N/A

 

- Files Edited: 

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/util/ExprDataReader3.java
/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/util/ExprDataReader2.java


- Files Added:

N/A

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 
 
 

Back to the top