mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Improve the humanAccountID cache (RIPD-693)
Profiling indicated some performance issues coming from the cache of 160-bit account IDs to base58 format. This replaces the single cache with two caches and rotates out old entries.
This commit is contained in:
committed by
Nik Bougalis
parent
86df482842
commit
1084a39a45
@@ -852,6 +852,7 @@ public:
|
||||
|
||||
mValidations->flush ();
|
||||
|
||||
RippleAddress::clearCache ();
|
||||
stopped ();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user