co-maps/libs/coding/constants.hpp
2025-11-22 13:58:55 +01:00

4 lines
130 B
C++

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