robertu94 / libpressio

A library to abstract between different lossless and lossy compressors
Other
30 stars 11 forks source link

Metrics should be errorable and provide type information #5

Closed robertu94 closed 3 years ago

robertu94 commented 4 years ago

libpressio_external_metrics_plugin should inherit from pressio_errorable. This will allow metrics to fail when called in appropriately (i.e. such as from pressio_metrics_evaluate).

Metrics largely fit into the following types

They should also report what combination of buffers they need to do their job.

robertu94 commented 3 years ago

Completed via release 0.65.0