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

CRC call #35

Open
bhalonen opened this issue Nov 3, 2018 · 2 comments
Open

CRC call #35

bhalonen opened this issue Nov 3, 2018 · 2 comments

Comments

@bhalonen
Copy link

bhalonen commented Nov 3, 2018

Would this be a good package to implement the crc calls to zlib?

@bicycle1885
Copy link
Member

This package does not provide a function to calculate CRC32, but it's almost trivial to implement that using ccall and CodecZlib.libz.

@valeriuo
Copy link

I had a similar need and found the solution in Libz.jl.
On the other hand, although these days I mostly write C code, I tend to disagree with the use of ccall. I don't think the community wants to see Julia become the new Numba.

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

3 participants