yotarok / flacenc-rs

FLAC encoder written in Rust
Apache License 2.0
22 stars 3 forks source link

Introduced accumulator type generics covariance-based LPC. #174

Closed yotarok closed 8 months ago

yotarok commented 8 months ago

In fact, this makes a visible degradation in computational performance with "experimental" configuration. However, since it is anyway important to have freedom in choice of accumulator type in LPC, the regression is accepted.