|
@ -1,15 +1,15 @@ |
|
|
|
|
|
#include "gp_config.hpp"
|
|
|
|
|
|
|
|
|
#include "test_scaffold.h"
|
|
|
#include "test_scaffold.h"
|
|
|
#include "allocator.hpp"
|
|
|
#include "allocator.hpp"
|
|
|
#include "gp_config.hpp"
|
|
|
|
|
|
#include "meta_test.cpp"
|
|
|
#include "meta_test.cpp"
|
|
|
#include "gp_test.cpp"
|
|
|
#include "gp_test.cpp"
|
|
|
#include "bloomfilter.cpp"
|
|
|
#include "bloomfilter.cpp"
|
|
|
#include "quotient_filter.cpp"
|
|
|
#include "quotient_filter.cpp"
|
|
|
#include "math.cpp"
|
|
|
#include "math.cpp"
|
|
|
#include "pair_test.cpp"
|
|
|
#include "pair_test.cpp"
|
|
|
#include <iostream>
|
|
|
|
|
|
|
|
|
|
|
|
#include "gp/concepts.hpp";
|
|
|
|
|
|
|
|
|
#include <iostream>
|
|
|
|
|
|
|
|
|
alignas(2048) gp::array<char, 4096> static_mapper::store; |
|
|
alignas(2048) gp::array<char, 4096> static_mapper::store; |
|
|
gp::buddy<> static_mapper::impl = gp::buddy<>{store.begin().data, store.size()}; |
|
|
gp::buddy<> static_mapper::impl = gp::buddy<>{store.begin().data, store.size()}; |
|
|