README.rst 513 B

123456789101112
  1. Examples on how to add Blosc support for your programs
  2. ======================================================
  3. In this directory you can find a series of examples on how to link
  4. your apps with the Blosc library:
  5. * simple.c -- The simplest way to add Blosc to your app
  6. * multithread.c -- Add multithreading into the equation
  7. * many_compressors.c -- Use different compressors inside Blosc
  8. For more info, please visit the `official API documentation
  9. <https://github.com/Blosc/c-blosc/blob/master/blosc/blosc.h>`_.