1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-14 19:41:06 +03:00

Add raw seek table construction API and parallel compression example

This commit is contained in:
Sean Purcell
2017-04-28 12:17:09 -07:00
parent 7d37ca1d5b
commit 470993c9b1
6 changed files with 358 additions and 75 deletions

View File

@ -95,8 +95,6 @@ static void fseek_orDie(FILE* file, long int offset, int origin) {
exit(7);
}
static const char* filename;
struct sum_job {
const char* fname;
unsigned long long sum;