Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.