Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-30 | Add microbenchmarks for file:read/2 and file:write/2 | John Högberg | |
2017-09-05 | Replace the zlib driver with a NIF | John Högberg | |
All operations will now yield appropriately, allowing them to be used freely in concurrent applications. This commit also deprecates the functions listed below, although they won't raise deprecation warnings until OTP 21: zlib:adler32 zlib:crc32 zlib:inflateChunk zlib:getBufSize zlib:setBufSize The behavior of throwing an error when a dictionary is required for decompression has also been deprecated. |