Decompression is even faster, frequently reaching the multi-GB/s range.
[DllImport("lz4.dll", CallingConvention = CallingConvention.Cdecl)] static extern int LZ4_compress_default(byte[] source, byte[] dest, int sourceSize, int destCapacity); lz4 v1.8.3 win64