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

Investigage slicing by n optimizations #5

Open
est31 opened this issue Apr 30, 2018 · 0 comments
Open

Investigage slicing by n optimizations #5

est31 opened this issue Apr 30, 2018 · 0 comments

Comments

@est31
Copy link
Member

est31 commented Apr 30, 2018

There is a way to optimize CRC performance by using various super fast slicing by n optimizations (another link and another one)

An implementation using const fn would require const fn to stabilize... without const fn it produces a bit of ugly code sadly :/

I should investigate in finding the sweet spot between additional memory requirements and speedups. Maybe I'll just wait until const fn stabilizes and create a build time configuration flag.

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