Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
4
libs/coding/constants.hpp
Normal file
4
libs/coding/constants.hpp
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#pragma once
|
||||
|
||||
static size_t const READ_FILE_BUFFER_SIZE = 512 * 1024;
|
||||
static unsigned int const ZIP_FILE_BUFFER_SIZE = 64 * 1024;
|
||||
Loading…
Add table
Add a link
Reference in a new issue