Skip to content

Files

Latest commit

2066379 · Jul 8, 2024

History

History

examples

Examples on how to add Blosc support for your programs

In this directory you can find a series of examples on how to link your apps with the Blosc library:

  • simple.c -- The simplest way to add Blosc to your app
  • multithread.c -- Add multithreading into the equation
  • many_compressors.c -- Use different compressors inside Blosc

For more info, please visit the official API documentation.