mirror of
https://github.com/facebook/zstd.git
synced 2025-10-04 00:02:33 -04:00
Change threshold for benchmarking
This commit is contained in:
parent
db74d043d6
commit
c2638212af
@ -173,7 +173,7 @@ size_t HUF_decompress4X2_DCtx_wksp(HUF_DTable* dctx, void* dst, size_t dstSize,
|
||||
/* ****************************************
|
||||
* HUF detailed API
|
||||
* ****************************************/
|
||||
#define HUF_OPTIMAL_DEPTH_THRESHOLD ZSTD_btultra
|
||||
#define HUF_OPTIMAL_DEPTH_THRESHOLD 3
|
||||
typedef enum {
|
||||
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**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user