|
@ -18,8 +18,13 @@ |
|
|
|
|
|
|
|
|
#pragma once
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
|
|
// This uses a hashed key to limit the size of the data
|
|
|
|
|
|
// structure. This could lead to choosing the wrong value but given
|
|
|
|
|
|
// its usecase that really isn't a big deal.
|
|
|
|
|
|
|
|
|
#include "nonstd/optional.hpp"
|
|
|
#include "nonstd/optional.hpp"
|
|
|
#include "boost/unordered/concurrent_flat_map.hpp"
|
|
|
#include "boost/unordered/concurrent_flat_map.hpp"
|
|
|
|
|
|
#include "boost/flyweight.hpp"
|
|
|
#include "wyhash.h"
|
|
|
#include "wyhash.h"
|
|
|
#include "strpool.h"
|
|
|
#include "strpool.h"
|
|
|
|
|
|
|
|
|