-
Notifications
You must be signed in to change notification settings - Fork 3
Compression
EinBurgbauer edited this page Apr 2, 2021
·
1 revision
A small wrapper around the built in MiniZ
library.
Compression.Compress(...)
overloads will generally take in a span of uncompressed data to compress and a space to put the compressed result into, like another span, array or a list.
Compression.Decompress(...)
overloads will generally take in a span of compressed data to uncompress and a space to put the uncompressed result into, like another span, array or a list.