CodecZlib.jl icon indicating copy to clipboard operation
CodecZlib.jl copied to clipboard

CRC call

Open bhalonen opened this issue 6 years ago • 2 comments

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

bhalonen avatar Nov 03 '18 04:11 bhalonen

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

bicycle1885 avatar Nov 03 '18 12:11 bicycle1885

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.

valeriuo avatar Sep 25 '20 08:09 valeriuo