Update threshold to use optimal depth

This commit is contained in:
Danielle Rozenblit
2022-10-14 11:29:32 -07:00
parent e60cae33cf
commit c4853e1553
+1 -1
View File
@@ -173,7 +173,7 @@ size_t HUF_decompress4X2_DCtx_wksp(HUF_DTable* dctx, void* dst, size_t dstSize,
/* **************************************** /* ****************************************
* HUF detailed API * HUF detailed API
* ****************************************/ * ****************************************/
#define HUF_OPTIMAL_DEPTH_THRESHOLD 1 #define HUF_OPTIMAL_DEPTH_THRESHOLD ZSTD_btultra
typedef enum { typedef enum {
HUF_depth_fast, /** Use heuristic to find the table depth**/ HUF_depth_fast, /** Use heuristic to find the table depth**/
HUF_depth_optimal /** Test possible table depths to find the one that produces the smallest header + encoded size**/ HUF_depth_optimal /** Test possible table depths to find the one that produces the smallest header + encoded size**/