Browse Source

policy_cache.hpp

getattr-cache
Antonio SJ Musumeci 10 months ago
parent
commit
f00278b816
  1. 5
      src/policy_cache.hpp

5
src/policy_cache.hpp

@ -18,8 +18,13 @@
#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 "boost/unordered/concurrent_flat_map.hpp"
#include "boost/flyweight.hpp"
#include "wyhash.h"
#include "strpool.h"

Loading…
Cancel
Save