spring-framework/spring-core/src
Juergen Hoeller b9df7d68d9 Consistent fine-tuning of synchronized and concurrent data structures
In particular, avoiding synchronized Sets and Maps wherever possible (preferring a ConcurrentHashMap even instead of a synchronized Set) and specifying appropriate ConcurrentHashMap initial capacities (even if we end up choosing 16).
2012-12-12 23:46:26 +01:00
..
main/java Consistent fine-tuning of synchronized and concurrent data structures 2012-12-12 23:46:26 +01:00
test Polish whitespace and formatting 2012-11-26 09:34:22 -08:00