co-maps/libs/coding/constants.hpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
130 B
C++
Raw Permalink Normal View History

2025-11-22 13:58:55 +01:00
#pragma once
static size_t const READ_FILE_BUFFER_SIZE = 512 * 1024;
static unsigned int const ZIP_FILE_BUFFER_SIZE = 64 * 1024;