OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Compressor.cpp File Reference

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"
+ Include dependency graph for Compressor.cpp:

Go to the source code of this file.

Variables

size_t g_compression_limit_bytes {512 * 1024 * 1024}
 

Detailed Description

singleton class to handle concurrancy and state for blosc library. A C++ wrapper over a pure C library.

Definition in file Compressor.cpp.

Variable Documentation

size_t g_compression_limit_bytes {512 * 1024 * 1024}

Definition at line 35 of file Compressor.cpp.