Codebase list c-blosc / upstream/1.11.1+ds1 examples
upstream/1.11.1+ds1

Tree @upstream/1.11.1+ds1 (Download .tar.gz)

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
<https://github.com/Blosc/c-blosc/blob/master/blosc/blosc.h>`_.