https://github.com/JuliaLang/julia
Revision 84300a6ac29d414775644a97d52f15fb645adc91 authored by Steven G. Johnson on 13 June 2017, 14:50:53 UTC, committed by GitHub on 13 June 2017, 14:50:53 UTC
* clean up and export crc32c function

* added PR to NEWS

* restore crc32 of String, add crc32c(io) to read all of a stream, add optimized open(crc32c, filename), make IOBuffer checksums consistent with other streams

* use crc32c block size of 8192*3, matching the underling C library

* optimized IOBuffer crc32c
1 parent 70be8ab
History
Tip revision: 84300a6ac29d414775644a97d52f15fb645adc91 authored by Steven G. Johnson on 13 June 2017, 14:50:53 UTC
clean up and export crc32c function (#22274)
Tip revision: 84300a6
File Mode Size
.github
base
contrib
deps
doc
etc
examples
src
test
ui
.gitignore -rw-r--r-- 213 bytes
.mailmap -rw-r--r-- 9.5 KB
.travis.yml -rw-r--r-- 6.1 KB
CONTRIBUTING.md -rw-r--r-- 19.3 KB
DISTRIBUTING.md -rw-r--r-- 8.2 KB
HISTORY.md -rw-r--r-- 104.0 KB
LICENSE.md -rw-r--r-- 5.6 KB
Make.inc -rw-r--r-- 35.1 KB
Makefile -rw-r--r-- 26.1 KB
NEWS.md -rw-r--r-- 45.5 KB
README.arm.md -rw-r--r-- 5.7 KB
README.md -rw-r--r-- 27.4 KB
README.windows.md -rw-r--r-- 18.7 KB
VERSION -rw-r--r-- 10 bytes
Windows.inc -rw-r--r-- 1.5 KB
appveyor.yml -rw-r--r-- 2.3 KB

README.md

back to top