THANKS.rst 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. I'd like to thank the PyTables community that have collaborated in the
  2. exhaustive testing of Blosc. With an aggregate amount of more than
  3. 300 TB of different datasets compressed *and* decompressed
  4. successfully, I can say that Blosc is pretty safe now and ready for
  5. production purposes.
  6. Other important contributions:
  7. * Valentin Haenel did a terrific work implementing the support for the
  8. Snappy compression, fixing typos and improving docs and the plotting
  9. script.
  10. * Thibault North, with ideas from Oscar Villellas, contributed a way
  11. to call Blosc from different threads in a safe way. Christopher
  12. Speller introduced contexts so that a global lock is not necessary
  13. anymore.
  14. * The CMake support was initially contributed by Thibault North, and
  15. Antonio Valentino and Mark Wiebe made great enhancements to it.
  16. * Christopher Speller also introduced the two new '_ctx' calls to
  17. avoid the use of the blosc_init() and blosc_destroy().
  18. * Jack Pappas contributed important portability enhancements,
  19. specially runtime and cross-platform detection of SSE2/AVX2 as well
  20. as high precision timers (HPET) for the benchmark program.
  21. * @littlezhou implemented the AVX2 version of shuffle routines.
  22. * Julian Taylor contributed a way to detect AVX2 in runtime and
  23. calling the appropriate routines only if the undelying hardware
  24. supports it.
  25. * Kiyo Masui for relicensing his bitshuffle project for allowing the
  26. inclusion of part of his code in Blosc.