Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CHECKIN: Performance improvement for the report archive

Title: CHECKIN: Performance improvement for the report archive

- Summary:
Performance improvement for the report archive

- Bugzilla Bug (s) Resolved:
None

- Description:
This checkin improved the performance of report archive by providing write(byte b[]) and write(byte b[], int off, int len) to RAFileOutputStream

- Tests Description:
Integration tested with the new viewer. A report document can be generated correctly by running the report. The report can be shown in the browser by rendering the saved report document. The performance for generating the report document is 3 times faster than before.

- Files Edited:
/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/RAFileOutputStream.java

- Files Added:

- Code Reviewer:
Stanley

- Notes to Build Team:

- Notes to Developers:

- Notes to QA: 
 
- Notes to Documentation:


Back to the top