1. 7bd1a29 added ZSTD_dictMode_e to control dictionary loading mode by Yann Collet · 7 years ago
  2. c08e649 first implementation of bench.c with new API ZSTD_compress_generic() by Yann Collet · 7 years ago
  3. fe234bf fix attempts : fullbench for VS2008 by Yann Collet · 7 years ago
  4. 31533ba Changed ZSTD_createCDict_advanced() by Yann Collet · 7 years ago
  5. 42bac7f Change ifndef's to undef's by Sean Purcell · 7 years ago
  6. f876f12 Fix compilation on macOS by Sean Purcell · 7 years ago
  7. c200738 fixed bench.c : optional advanced parameters applied by Yann Collet · 7 years ago
  8. 81d6380 minor bench.c adjustments by Yann Collet · 7 years ago
  9. 5bde4be fix : bench automatically adapts parameters to srcSize by Yann Collet · 7 years ago
  10. 042ba12 Change g_displayLevel to int and fix DISPLAYUPDATE flush by Sean Purcell · 7 years ago
  11. c1c040e added gzip tests by Yann Collet · 7 years ago
  12. 74dcd8d bench.c: use a single ticksPerSecond by Przemyslaw Skibinski · 7 years ago
  13. e052c60 introduce UTIL_freq_t by Przemyslaw Skibinski · 7 years ago
  14. 5069b6c Merge branch 'dev' into multiframe by Sean Purcell · 7 years ago
  15. 4e70971 Decompressed size functions now handle multiframes and distinguish cases by Sean Purcell · 7 years ago
  16. d05014c added the "--rt-prio" option by Przemyslaw Skibinski · 7 years ago
  17. 94abd6a SET_REALTIME_PRIORITY by Przemyslaw Skibinski · 7 years ago
  18. 83c387e Fix zstdmt_compress.h include by Nick Terrell · 7 years ago
  19. f8804d1 convert tabs to space by Yann Collet · 8 years ago
  20. 5fba09f updated util's time for Windows compatibility by cyan4973 · 8 years ago
  21. 458c8a9 minor refactoring : cleaner MT integration within bench by Yann Collet · 8 years ago
  22. 500014a zstd cli can now compress using multi-threading by Yann Collet · 8 years ago
  23. 736788f added streaming fuzzer tests for MT API by Yann Collet · 8 years ago
  24. 5eb749e ZSTDMT_compress() creates a single frame by Yann Collet · 8 years ago
  25. f1cb551 fixed linux warnings by Yann Collet · 8 years ago
  26. 0ec6a95 minor fixes by Yann Collet · 8 years ago
  27. c6a6417 bench correctly measures time for multi-threaded compression (posix only) by Yann Collet · 8 years ago
  28. e70912c Changed : input divided into roughly equal parts. by Yann Collet · 8 years ago
  29. ab7a579 added -T command , to set nb of threads by Yann Collet · 8 years ago
  30. 3d93f2f first zstdmt sketch by Yann Collet · 8 years ago
  31. 8333106 Merge branch 'dev' of github.com:facebook/zstd into dev by Yann Collet · 8 years ago
  32. 1f57c2e added : ZSTD_createCDict_byReference() by Yann Collet · 8 years ago
  33. 7a8a03c util.h: restore BSD license for Facebook Open-Source by Przemyslaw Skibinski · 8 years ago
  34. e679741 _CRT_SECURE_NO_WARNINGS moved to util.h by Przemyslaw Skibinski · 8 years ago
  35. 2f6ccee platform.h: removed Compiler Options by Przemyslaw Skibinski · 8 years ago
  36. 16ae656 executables use new util.h and platform.h by Przemyslaw Skibinski · 8 years ago
  37. f8046b8 Merge remote-tracking branch 'refs/remotes/facebook/dev' into v112 by Przemyslaw Skibinski · 8 years ago
  38. b866e72 tools use platform.h by Przemyslaw Skibinski · 8 years ago
  39. c71e552 fixed "strategy" in advanced compression parameters by Przemyslaw Skibinski · 8 years ago
  40. 897b8bb bench.c: support advanced compression parameters by Przemyslaw Skibinski · 8 years ago
  41. e63c631 decode benchmark, multi-files by Yann Collet · 8 years ago
  42. d946501 decode benchmark - single file (hidden option) by Yann Collet · 8 years ago
  43. 167c494 Merge branch 'dev' of github.com:facebook/zstd into dev by Yann Collet · 8 years ago
  44. 4f5350f long matches support overflow by Yann Collet · 8 years ago
  45. fd0ac93 bench.c: use ZSTD_maxCLevel() by Przemyslaw Skibinski · 8 years ago
  46. 5ddcd9d bench.c: fixed MAX_CLEVEL by Przemyslaw Skibinski · 8 years ago
  47. 2558b4c bench.c without dict uses ZSTD_compressCCtx by Przemyslaw Skibinski · 8 years ago
  48. 26306fc BMK_SetNbIterations renamed to BMK_SetNbSeconds by Przemyslaw Skibinski · 8 years ago
  49. 7ae67bb small compression speed gains with using_CDict by Yann Collet · 8 years ago
  50. 4ded9e5 added boilerplate by Yann Collet · 8 years ago
  51. 87c18b2 fixed multiple minor warnings for XCode by Yann Collet · 8 years ago
  52. 0baa64a increased maximum memory size for 64-bits bench to 16 GB by Yann Collet · 8 years ago
  53. d1733f7 fixed crc bug in rare timing conditions within bench.c by Yann Collet · 8 years ago
  54. 5a54870 fixed Intel Compiler warnings with Visual Studio by inikep · 8 years ago
  55. 7132fb1 bench.c: removed benchResult_t by inikep · 8 years ago
  56. 6a21971 bench : implemented avgSize by Yann Collet · 8 years ago
  57. bf2bc11 bench : controlled display update when loading lot of files by Yann Collet · 8 years ago
  58. de4c04f Fixed : ZSTD_compress* can compress > 4 GB in a single pass, reported by Nick Terrell by Yann Collet · 8 years ago
  59. a9febe8 changed bench behavior for slow compression levels by Yann Collet · 8 years ago
  60. 235911e removed "avg" evaluation from bench -q by Yann Collet · 8 years ago
  61. 3c242e7 updated compression levels table by Yann Collet · 8 years ago
  62. 3d2cd7f Introduced ZSTD_getParams() bench now uses ZSTD_createCDict_advanced() by Yann Collet · 8 years ago
  63. ec224d2 removed useless context by Yann Collet · 8 years ago
  64. 4c56f4a fixed error messages by Yann Collet · 8 years ago
  65. d7d251c bench.c: added support for ZSTD_GIT_COMMIT by inikep · 8 years ago
  66. f2f59d7 test-zstd-speed.py: added ZSTD_GIT_COMMIT by inikep · 8 years ago
  67. 9bf5357 bench.c: use ZSTD_VERSION_STRING by inikep · 8 years ago
  68. ee1a084 Integrated new dictionary API into bench module by Yann Collet · 8 years ago
  69. 2cc72f1 fixed initialization issue in bench by Yann Collet · 8 years ago
  70. d3b7f8d Merged `zstd_static.h` into `zstd.h` . Now requires `ZSTD_STATIC_LINKING_ONLY` macro by Yann Collet · 8 years ago
  71. 70d1301 Changed `ZSTD_adjustCParams()` prototype by Yann Collet · 8 years ago
  72. 957823f zstdcli: -r (operate recursively on directories) works with dictBuilder and compression by inikep · 8 years ago
  73. e162ace minor simplification by Yann Collet · 8 years ago
  74. 0bdb6a8 changed definition of UTIL_createFileList by inikep · 8 years ago
  75. 4dbf7f4 dynamic memory allocation in UTIL_createFileList by inikep · 8 years ago
  76. 9545945 disable Visual Studio code analysis by inikep · 8 years ago
  77. 3733797 bench.c: experimental -r (operate recursively on directories) for Windows and _POSIX_C_SOURCE >= 200112L by inikep · 8 years ago
  78. ed9a085 Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev by inikep · 8 years ago
  79. aaaf923 common/util.h moved to programs/util.h by inikep · 8 years ago
  80. 13c8424 code cleaning by inikep · 8 years ago
  81. 0bd0fae fixed compatibility issues by inikep · 8 years ago
  82. 9c22e57 Compiler Options moved to util.h by inikep · 8 years ago
  83. 6f9c056 Fixed BMI behavior on x86 and x32 targets, reported by @tycho (#178) by Yann Collet · 8 years ago
  84. bab4317 util.h must the the first include to #define _POSIX_C_SOURCE by inikep · 8 years ago
  85. 55d047a getTotalFileSize moved to common/util.h by inikep · 8 years ago
  86. d5ff2c3 ordering of #include by inikep · 8 years ago
  87. 83c76b4 bench.c: time functions moved to common/util.h by inikep · 8 years ago
  88. 69fcd7c getFileSize moved to common/util.h by inikep · 8 years ago
  89. ea4ee3e added compatibility with Visual C++ 2012 by inikep · 8 years ago
  90. 3865498 minor speed improvements 2 by inikep · 8 years ago
  91. c5e1d29 bench.c: force at least one compression and decompression loop by inikep · 8 years ago
  92. 6d157f1 bench.c: fixed rare compression and decompression speed bug by inikep · 8 years ago
  93. 4b3c5ee removed ZSTD_compressBegin_targetSrcSize by inikep · 8 years ago
  94. c0d5f4e bench.c: ignore directories from a file list for benchmark by inikep · 8 years ago
  95. 8844e21 Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev by inikep · 8 years ago
  96. 9990986 fixed minor warnings when compiling with `gcc -g` (aka `-std=gnu90`) by Yann Collet · 8 years ago
  97. 1eeddde clock() is default timer for all platforms except Windows by inikep · 8 years ago
  98. 19bd48f Merge from Cyan4973/dev060 by inikep · 8 years ago
  99. 1c556a3 ticksPerSecond=0 by inikep · 8 years ago
  100. 33ad251 removed clock_gettime (not portable) by inikep · 8 years ago