Skip to content

Commit 7cbe5ba

Browse files
author
lsleonard
committed
Update td512.h
1 parent d9b81fe commit 7cbe5ba

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

td512.h

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,7 @@
4343
*/
4444
// Notes for version 2.1.4:
4545
/*
46-
1. In tdstring.c, continue processing after 64 unique values encountered for
47-
up to 64 additional non-unique values that are output as if they are
48-
unique values but are not indexed for string matching. The initial 64
49-
unique values continue to be used. This improves compression for files
50-
with larger numbers of unique values, and reduces compression for some
51-
other files. The net result is better average compression.
46+
1. In tdstring.c, extended string mode, continue processing after 64 unique values encountered for up to 64 additional non-unique values that are output as if they are unique values but are not indexed for string matching. The initial 64 unique values continue to be used. This improves compression for files with larger numbers of unique values, and reduces compression for some other files. The net result is better average compression.
5247
*/
5348
#ifndef td512_h
5449
#define td512_h

0 commit comments

Comments
 (0)