libpressio version 0.24.0
libpressio version 0.24.0
Major Changes
- Metrics may now have options. Some statistics have configuration
parameters that may need to be set (i.e. which shell to use, or a
constant that is used in a formula). This patch makes it accessible
via the compressor object and the metrics object. Added supporting
test cases. - pressio_metrics and pressio_compressor now behave like shared_ptr with
respect to supporting operator*() and operator->(). This is an ABI
break for pressio_metrics.
Bug fixes
- POSIX IO module now correctly frees memory passed in by the user when
required. This corrects an incorrect implementation of its semantics
as documented.