From c94c9bdc7693c9ffcad31c597c266916ffeb0a15 Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Mon, 12 Apr 2021 19:04:00 -0700 Subject: [PATCH] :racehorse: made users flat as its now <100 bytes --- include/bank.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bank.hpp b/include/bank.hpp index c0d73d8..fa3f20b 100644 --- a/include/bank.hpp +++ b/include/bank.hpp @@ -8,7 +8,7 @@ class { private: - phmap::parallel_node_hash_map< + phmap::parallel_flat_hash_map< std::string, User, phmap::priv::hash_default_hash, phmap::priv::hash_default_eq,