compression:zfp decompression
Version: 0.0.0
Description
zfp decompression using the information about compression written into the properties of the field(s)
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | dataIn | custom_type_fields_container | custom type field container from zfp_compression operator to decompress |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | dataOut | field, fields_container | the output entity is a field or a fields container; it contains decompressed data |
| Pin 1 | decompress_speed | double | the output entity is a double, containing decompression speed (mb/sec) |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
Scripting
Category: compression
Plugin: core
Scripting name: zfp_decompress
Full name: compression.zfp_decompress
Internal name: zfp_decompress
License: None
Changelog
- Version 0.0.0: Initial release.