mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
🐎 made users flat as its now <100 bytes
This commit is contained in:
parent
4f4637eec6
commit
c94c9bdc76
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
class
|
||||
{
|
||||
private:
|
||||
phmap::parallel_node_hash_map<
|
||||
phmap::parallel_flat_hash_map<
|
||||
std::string, User,
|
||||
phmap::priv::hash_default_hash<std::string>,
|
||||
phmap::priv::hash_default_eq<std::string>,
|
||||
|
|
|
|||
Loading…
Reference in a new issue