Merge pull request #3895 from facebook/fix_3793

Improve compression of Arrays of Integers (High compression mode)
This commit is contained in:
Yann Collet
2024-02-05 20:12:24 -08:00
committed by GitHub
7 changed files with 329 additions and 245 deletions
+3 -2
View File
@@ -251,8 +251,9 @@ checkTag.o : $(ZSTDDIR)/zstd.h
clean:
$(MAKE) -C $(ZSTDDIR) clean
$(MAKE) -C $(PRGDIR) clean
$(RM) -fR $(TESTARTEFACT)
$(RM) -rf tmp* # some test directories are named tmp*
$(MAKE) -C fuzz clean
$(RM) -R $(TESTARTEFACT)
$(RM) -r tmp* # some test directories are named tmp*
$(RM) $(CLEAN) core *.o *.tmp result* *.gcda dictionary *.zst \
$(PRGDIR)/zstd$(EXT) $(PRGDIR)/zstd32$(EXT) \
fullbench-dll$(EXT) fuzzer-dll$(EXT) zstreamtest-dll$(EXT)