Skip to:
Under high levels of concurrency the Collections.synchronizedMap in JID is becoming a bottleneck. We need to avoid the entire operation at once and in the future find a replacement for Collections.synchronizedMap.
Under high levels of concurrency the Collections.synchronizedMap in JID is becoming a bottleneck. We need to avoid the entire operation at once and in the future find a replacement for Collections.synchronizedMap.