Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Change LinkList in CachedReportContentReaderV3 to HashMap to improve performance

Title: Change LinkList in CachedReportContentReaderV3 to HashMap to improve performance

- Summary:
Change LinkList in CachedReportContentReaderV3 to HashMap to improve performance


- Bugzilla Bug (s) Resolved:
None

- Description:
The LinkList is not good for storing a large amount data and do search in it in terms of performance
.

- Tests Description:
Manually test
with a report and see response time improved.

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  
 
- Notes to Documentation:
  

- Files Edited:

"/org.eclipse.birt.data/src/org/eclipse/birt/
report/engine/internal/document/v3/CachedReportContentReaderV3.java

- Files Added:

None

- Files Deleted

None



Back to the top