Skip to content

Commit ceda5bf

Browse files
committed
Merge branch 'master' of https://github.com/taosdata/TSZ
2 parents 53e6f8f + 1d6a3fe commit ceda5bf

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
# TSZ
22
Error-bounded Lossy Data Compressor For Float Double
3+
4+
TSZ algorithm is come from SZ algorithm, Github url is https://github.com/szcompressor .
5+
6+
Bellow is aspect of improvement :
7+
1) Better speed and size
8+
9+
SZ head size about 24 bytes, we are reduced to 2 bytes.
10+
we delete some no use code and some unnecessary function could be droped.
11+
2) Support multi-threads, interface is thread-safety.
12+
3) Remove 2D 3D 4D 5D function, only 1D be remained.
13+
4) Remove int8 int16 int32 and other datatype, only float double be remained.
14+
5) Optimize code speed
15+
6) Other optimize...
16+
17+
After modify, TSZ become faster、smaller and independent. TSZ more suitable for small block data compression.
18+

0 commit comments

Comments
 (0)