johannesvollmer / exrs

100% Safe Rust OpenEXR file library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

byte algorithm in compression module: test coverage not satisfying

johannesvollmer opened this issue · comments

let source = vec![ 0, 1, 2, 7, 4, 5, 6, 7, 13, 9, 10 ];

this should test at least for 16 elements, because the algorithm is specialized for 16 elements

also it would be good to have a ground truth comparison instead of only a roundtrip test