Skip to content
Snippets Groups Projects
  • Dominik Loidolt's avatar
    07baf629
    Refactor: Separate RDCU configuration into its own struct · 07baf629
    Dominik Loidolt authored
    Previously, both hardware and (chunk) software compression shared the same
    struct for configuration. To simplify usage, RDCU compression now has
    its own separate configuration struct (`rdcu_cfg`), while the software
    (chunk) compression maintains its own private configuration. The
    function `compress_like_rdcu()` was added to simulate the functionality
    of the RDCU hardware compressor.
    07baf629
    History
    Refactor: Separate RDCU configuration into its own struct
    Dominik Loidolt authored
    Previously, both hardware and (chunk) software compression shared the same
    struct for configuration. To simplify usage, RDCU compression now has
    its own separate configuration struct (`rdcu_cfg`), while the software
    (chunk) compression maintains its own private configuration. The
    function `compress_like_rdcu()` was added to simulate the functionality
    of the RDCU hardware compressor.