Skip to content
Snippets Groups Projects
Select Git revision
  • 07baf62908e9fcc0540ae7babd8c936e1f02b619
  • master default protected
  • cmp_tool-improvement
  • v0.15
  • v0.14
  • v0.13
  • v0.12
  • v0.11
  • v0.09
  • v0.08
  • v0.07
  • v0.06
  • v0.05
13 results

test

  • Clone with SSH
  • Clone with HTTPS
  • Dominik Loidolt's avatar
    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