From bd98bcb93196c8fab6a2d6a797d85fc37c16b7ea Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 26 Jan 2022 21:12:36 +0100 Subject: Refactoring --- src/Types.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/Types.hpp') 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 -- cgit v1.2.3