Files
comaps/libs/coding/constants.hpp
Alexander Borsuk 76ffc99abd New cpp folder structure
Signed-off-by: Alexander Borsuk <me@alex.bio>
2025-08-14 20:52:04 +07:00

5 lines
130 B
C++

#pragma once
static const size_t READ_FILE_BUFFER_SIZE = 512 * 1024;
static const unsigned int ZIP_FILE_BUFFER_SIZE = 64 * 1024;