Restore original 16 KB LZ4 hash table size.

This commit is contained in:
Bartosz Taudul 2020-02-08 18:12:44 +01:00
parent c658f43bc3
commit 99613291fb

View File

@ -122,7 +122,7 @@ LZ4LIB_API const char* LZ4_versionString (void); /**< library version string;
* Default value is 14, for 16KB, which nicely fits into Intel x86 L1 cache * Default value is 14, for 16KB, which nicely fits into Intel x86 L1 cache
*/ */
#ifndef LZ4_MEMORY_USAGE #ifndef LZ4_MEMORY_USAGE
# define LZ4_MEMORY_USAGE 12 # define LZ4_MEMORY_USAGE 14
#endif #endif