Java Reference
In-Depth Information
Listing 5.15. Coordinating Computation in a Cellular Automaton with CyclicBarrier .
Like many other frequently reinvented wheels, caching often looks simpler than it is. A naive
cache implementation is likely to turn a performance bottleneck into a scalability bottleneck,
even if it does improve single-threaded performance. In this section we develop an efficient
Search WWH ::




Custom Search