diff options
Diffstat (limited to 'lzfP.h')
-rw-r--r-- | lzfP.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -49,10 +49,10 @@ * the difference between 15 and 14 is very small * for small blocks (and 14 is usually a bit faster). * For a low-memory/faster configuration, use HLOG == 13; - * For best compression, use 15 or 16 (or more). + * For best compression, use 15 or 16 (or more, up to 23). */ #ifndef HLOG -# define HLOG 15 +# define HLOG 16 #endif /* |