diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-01-26 21:12:36 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-01-26 21:12:36 +0100 |
| commit | bd98bcb93196c8fab6a2d6a797d85fc37c16b7ea (patch) | |
| tree | c5fb8b981146fd42016b0316f74f6abdb39e791a /src/Types.hpp | |
| parent | 3f9ab56bd6ed874702900cc327894fc2593ab97b (diff) | |
Refactoring
Diffstat (limited to 'src/Types.hpp')
| -rw-r--r-- | src/Types.hpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Types.hpp b/src/Types.hpp index 199b0df..a0c369d 100644 --- a/src/Types.hpp +++ b/src/Types.hpp @@ -1,7 +1,10 @@ #pragma once +// The corner stone of memory usage +#define FILE_BUFFER_SIZE (1024 * 1024 / 2) + namespace pgnp { typedef unsigned long long ull; typedef unsigned int uint; typedef ull loctype; // Choose location pointer type -}
\ No newline at end of file +} // namespace pgnp
\ No newline at end of file |
