
| Key: |
MULE-684
|
| Type: |
Improvement
|
| Status: |
Open
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Holger Hoffstaette
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
FileToByteArray currently reads a candidate file into memory all at once. Compression could be done by an additional GZIP transformer afterwards, but for that everything has to be in memory in the first place. Especially with large XML files the memory savings are significant if the file is compressed directly while reading. An optional compressResult(boolean) property should do the trick.
|
|
Description
|
FileToByteArray currently reads a candidate file into memory all at once. Compression could be done by an additional GZIP transformer afterwards, but for that everything has to be in memory in the first place. Especially with large XML files the memory savings are significant if the file is compressed directly while reading. An optional compressResult(boolean) property should do the trick. |
Show » |
|