- Mar 27, 2020
-
-
Nick Terrell authored
* All copyright lines now have -2020 instead of -present * All copyright lines include "Facebook, Inc" * All licenses are now standardized The copyright in `threading.{h,c}` is not changed because it comes from zstdmt. The copyright and license of `divsufsort.{h,c}` is not changed.
-
- Mar 24, 2020
-
-
Nick Terrell authored
Align decompress sequences loop to 32+16 bytes
-
Nick Terrell authored
The alignment is added before the loop, so this shouldn't hurt performance in any case. The only way it hurts is if there is already performance instability, and we force it to be stable but in the bad case. This consistently gets us into the good case with gcc-{7,8,9} on an Intel i9-9900K and clang-9. gcc-5 is 5% worse than its best case but has stable performance. We get consistently good behavior on my Macbook Pro compiled with both clang and gcc-8. It ends up in the 50% from DSB and 50% from MITE case, but the performance is the same as the 85% DSB case, so thats fine.
-
Nick Terrell authored
[opt] Update repcodes less often
-
- Mar 23, 2020
-
-
Bimba Shrestha authored
[contrib] Edit distance match finder
-
Bimba Shrestha authored
[doc] targetLen -> targetLength
-
Bimba Shrestha authored
-
- Mar 13, 2020
-
-
Bimba Shrestha authored
-
- Mar 11, 2020
-
-
Bimba Shrestha authored
[opt] Small icc level 1 compression speed gain using #pragma vector
-
- Mar 10, 2020
-
-
Bimba Shrestha authored
_BitScan{Reverse,Forward} add check for undefined
-
Bimba Shrestha authored
-
Bimba Shrestha authored
-
- Mar 09, 2020
-
-
Bimba Shrestha authored
Adding --[no-]content-size to the cli
-
Bimba Shrestha authored
-
Bimba Shrestha authored
-
Bimba Shrestha authored
-
Bimba Shrestha authored
-
Bimba Shrestha authored
-
Bimba Shrestha authored
-
Bimba Shrestha authored
-
- Mar 05, 2020
-
-
Bimba Shrestha authored
-
Bimba Shrestha authored
-
Bimba Shrestha authored
Removing no-tree-vectorize for intel
-
Bimba Shrestha authored
-
Bimba Shrestha authored
-
Nick Terrell authored
-
Nick Terrell authored
[opt] Don't recompute initial literals price
-
Nick Terrell authored
-
Nick Terrell authored
-
Nick Terrell authored
-
Nick Terrell authored
-
- Mar 04, 2020
-
-
Bimba Shrestha authored
[ci] Adding icc make check to travis
-
- Mar 03, 2020
-
-
Bimba Shrestha authored
Add issue templates to zstd
-
Bimba Shrestha authored
-
Bimba Shrestha authored
-
Bimba Shrestha authored
LZ4 just added this. I think it would be helpful here too.
-
Bimba Shrestha authored
[doc] Fixing ZSTD_c_compressionLevel confusing note
-
Bimba Shrestha authored
-
Nick Terrell authored
[zstdgrep] Log zstd decompression errors to stderr
-
Nick Terrell authored
-