Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Revise the limitation of SZ
  • Loading branch information
disheng222 authored Nov 5, 2018
1 parent e1f76ae commit 12c9356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public static double[] SZ_decompress(byte[] bytes, size_t r5, size_t r4, size_t

===Limitation of this version===
--------------------------------
In the current version, the maximum original double-array file size (such as the size of testdouble_8_8_128.dat) is 2147483647*8 bytes, i.e., 16GB; and the maximum compressed binary array file (such as .sz file) is 2147483647=2GB. If the data file size to compress is larger than 16GB or if its compressed size is larger than 2GB, please download and use SZ-largesize-version instead.
SZ is not suitable for compressing tiny datastes (such as the size <1MB)

===version history===
---------------------
Expand Down

0 comments on commit 12c9356

Please sign in to comment.