julia
clean up and export crc32c function
#22274
Merged

clean up and export crc32c function #22274

stevengj merged 14 commits into JuliaLang:master from stevengj:crc
stevengj
stevengj clean up and export crc32c function
643b1e31
stevengj added PR to NEWS
721bbf53
vtjnash
stevengj
stevengj use read, not mmap, for crc
184acd1b
stevengj slight optimization (don't open cachefile twice for checksum)
c3f5d91e
stevengj avoid resizing buffer in readbytes
bd646515
stevengj add an assertion
62d7dc45
stevengj more crc32c tests
ceda720f
stevengj docs typo
67ef143c
stevengj
stevengj crc32c(IOBuffer) bugfix and test
f34d08c1
yuyichao
stevengj
stevengj restore crc32 of String, add crc32c(io) to read all of a stream, add …
38f6fc04
yuyichao
yuyichao commented on 2017-06-08
stevengj use crc32c block size of 8192*3, matching the underling C library
1126d0ff
stevengj
stevengj optimized IOBuffer crc32c
da2fba1a
stevengj
yuyichao
yuyichao approved these changes on 2017-06-09
stevengj
stevengj slight simplification/generalization
a1b0431b
stevengj eliminate theoretical race condition in crc32c if file is being writt…
8e058f3f
stevengj stevengj merged 84300a6a into master 9 years ago
stevengj stevengj deleted the crc branch 9 years ago

Login to write a write a comment.

Login via GitHub

Reviewers
Assignees
No one assigned
Labels
Milestone