#pragma once struct xxHash { using is_avalanching = void; uint64_t operator()(XXH64_hash_t const& x) const noexcept { return x; } }; template using xxHashMap = ankerl::unordered_dense::map;