OmniSciDB
a5dc49c757
|
singleton class to handle concurrancy and state for blosc library. A C++ wrapper over a pure C library. More...
#include "Shared/Compressor.h"
#include <cstdint>
#include <memory>
#include <thread>
#include <blosc.h>
#include "Logger/Logger.h"
Go to the source code of this file.
Variables | |
size_t | g_compression_limit_bytes {512 * 1024 * 1024} |
singleton class to handle concurrancy and state for blosc library. A C++ wrapper over a pure C library.
Definition in file Compressor.cpp.
size_t g_compression_limit_bytes {512 * 1024 * 1024} |
Definition at line 35 of file Compressor.cpp.