1
0
mirror of https://github.com/facebook/zstd.git synced 2025-08-08 17:22:10 +03:00

small compression speed gains with using_CDict

This commit is contained in:
Yann Collet
2016-09-06 06:28:05 +02:00
parent 1d4208c029
commit 7ae67bb18a
2 changed files with 14 additions and 11 deletions

View File

@@ -15,7 +15,7 @@
#include <stdlib.h> /* malloc, free */
#include <string.h> /* memset */
#include <stdio.h> /* fprintf, fopen, ftello64 */
#include <time.h> /* clock_t, clock, CLOCKS_PER_SEC */
#include <time.h> /* clock_t, clock, CLOCKS_PER_SEC */
#include "mem.h"
#define ZSTD_STATIC_LINKING_ONLY
@@ -24,7 +24,6 @@
#include "xxhash.h"
/* *************************************
* Constants
***************************************/