Improve compressToBuffer for LZ4

Description

Use compressBlock() where available.

The current LZ4 compression to a fixed size buffer if inefficient if using the open/write/close paradigm because it copies the input to a buffer that is too small.

See https://hpccsystems.atlassian.net/browse/HPCC-29917#icft=HPCC-29917

Conclusion

None

Activity

Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Components

Assignee

Reporter

Priority

Fix versions

Created November 28, 2023 at 12:24 PM
Updated January 3, 2024 at 2:02 PM
Resolved January 3, 2024 at 2:02 PM

Flag notifications