1) Get rid of string interning. can be heavy, has been seen to cause issues for some users 2) Use ConcurrentHashMap instead of a SynchronizedMap 3) Stop use of MRUMapCache which is not thread safe for Group lookups 4) Stop using IdentityHashMap which has performance issues in Java 8
141 KiB
141 KiB