-
Notifications
You must be signed in to change notification settings - Fork 228
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
Use span and Hashing for Crc32 #754
Conversation
@ebozduman Probably good to review and merge this before the 5.0 release. Let me know if you have any questions. |
@ebozduman can you give this a go and see if there are any remarks? |
@ebozduman The tests seems to run. Can you rerun the one that failed? I don't think it has to do with the code itself. |
There was a warning message for a minor thing in the code, if you noticed it. |
To remove the dependency on Crc32.NET and make use of Span for efficiënt memory usage.