We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a set of data compression ports and a bzip2 based compression component.
Requirements:
Fw::Buffer
This will allow the DpWriter component (and others) to optionally compress data that is in Fw::Buffer memory.
DpWriter
The text was updated successfully, but these errors were encountered:
compression-component.txt Proposed BZip2Compressor component for F' that meets the requirements. Here's a breakdown of the key features:
bufferIn
Fw::BufferSend
bufferOut
To integrate this component:
instance Compression.BZip2Compressor compressor
connect dpWriter.bufferOut -> compressor.bufferIn connect compressor.bufferOut -> yourNextComponent.bufferIn
Sorry, something went wrong.
No branches or pull requests
Feature Description
Add a set of data compression ports and a bzip2 based compression component.
Requirements:
Fw::Buffer
port for incoming uncompressed buffersFw::Buffer
port for outgoing compressed buffersRationale
This will allow the
DpWriter
component (and others) to optionally compress data that is inFw::Buffer
memory.The text was updated successfully, but these errors were encountered: