Skip to content
Snippets Groups Projects
  1. Sep 10, 2022
  2. Aug 09, 2022
  3. Aug 02, 2022
    • alice's avatar
      main/zstd: revert to make build · 8f5a9b33
      alice authored
      using any other build system isn't supported and cmake is circular with
      libarchive
      
      also add pgo and lto for a noticable performance improvement
      8f5a9b33
  4. Jun 08, 2022
  5. Jun 07, 2022
  6. Apr 17, 2022
  7. Jan 23, 2022
  8. Jan 22, 2022
  9. Jan 17, 2022
  10. Dec 25, 2021
  11. Dec 21, 2021
  12. Sep 14, 2021
  13. Jul 01, 2021
  14. Jun 17, 2021
  15. Jun 01, 2021
  16. May 13, 2021
  17. Mar 19, 2021
  18. Mar 17, 2021
  19. Feb 10, 2021
  20. Dec 20, 2020
  21. Dec 07, 2020
  22. Nov 09, 2020
  23. May 22, 2020
  24. Dec 24, 2019
  25. Nov 14, 2019
  26. Sep 01, 2019
  27. Aug 22, 2019
  28. Jul 26, 2019
  29. Jul 21, 2019
  30. May 31, 2019
  31. Apr 17, 2019
  32. Jan 08, 2019
  33. Dec 27, 2018
  34. Dec 18, 2018
    • alpine-mips-patches's avatar
      community/zstd: fix ~15% speed degradation on x86* · 43460992
      alpine-mips-patches authored
      This is the same memcpy()-in-hot-path xxHash problem as described
      in community/xxhash commit message.
      
      The bug makes "zstd -1" or "zstd -t" ~15% slower on x86_64 though
      higher levels (>= 9) are almost unaffected.
      
      Other aport changes:
       - make sure zlib/lzma/lz4 support is not compiled in automatically
         (status quo, just make it explicit);
       - re-enable armv7 since it is certainly well-supported by upstream,
         was disabled by some script in the first place and should not be
         affected by "Bus error" (i.e. some alignment problem) mentioned in
         commit 2bae6690...
       - use faster and shorter "make check" (unlike extensive "make test")
         on arm* builders.
      43460992
  35. Nov 02, 2018
Loading