Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

byte algorithm in compression module: test coverage not satisfying #190

Open
johannesvollmer opened this issue Jan 7, 2023 · 0 comments
Assignees

Comments

@johannesvollmer
Copy link
Owner

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

@johannesvollmer johannesvollmer self-assigned this Jan 7, 2023
@johannesvollmer johannesvollmer changed the title byte algorithm in compression module coverage not satisfying byte algorithm in compression module: test coverage not satisfying Jan 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant