Files
nomulus/core
gbrodmanandGitHub c9a82f1322 Streamline large synch blocks in list/TMCH CA loading (#3183)
For reserved/premium lists:
Use double-check locking so that subsequent calls to get the entire map
of entries don't need to even check the locking object. This makes
things quicker and removes lock-tracking overhead.

For TMCH CA:
we can just remove the synchronization block entirely. Everything inside
of it is either constants (e.g. ROOT_CERTS) or a Guava loading cache
(CRL_CACHE) which takes care of synchronization for us anyway.
2026-08-04 20:06:53 +00:00
..
2026-04-02 21:23:00 +00:00