|
Developer Linux News for Oct 16, 2007
-
Improve performance with publication and immutability (2007-10-16 03:30:22)
Developerworks: "The typical way of enabling
multiple threads to share access to a mutable collection —
synchronizing on access to the collection — can become a
performance bottleneck. Learn a technique you can use in
Java™ 5.0 and later to minimize this bottleneck for data
structures that are read frequently but updated infrequently."
|