aboutsummaryrefslogtreecommitdiff
path: root/src/Types.hpp
blob: a0c369d075def3bb7152c708086cca98cdab4cbb (plain)
1
2
3
4
5
6
7
8
9
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
} // namespace pgnp