byteslice v0.2.3.0 Release Notes

Release Date: 2020-04-30 // almost 4 years ago
    • ➕ Add fnv1a32 and fnv1a64, implementations of the 32-bit and 64-bit variants of the FNV-1a hash algorithm, to both Data.Bytes and Data.Bytes.Chunks.
    • ➕ Add Data.Bytes.Chunks.null.
    • ➕ Add readFile to both Data.Bytes and Data.Bytes.Chunks.
    • ➕ Add foldl' to Data.Bytes.Chunks.
    • ➕ Add split to Data.Bytes.Chunks.
    • ➕ Add splitStream for splitting as a good stream-fusion producer.
    • ➕ Add hPut and writeFile to Data.Bytes.Chunks.
    • ➕ Add fromCString#.
    • ➕ Add Bytes# newtype on GHC 8.10 and up.