JCTools (Java Concurrency Tools) provides a set of commonly used non-blocking concurrent data structures missing in standard Java. Non-blocking concurrent data structures can provide much better concurrency than blocking concurrent data structures when the data structure is contended (accessed a lot by multiple threads at the same time).
Read full article from JCTools
No comments:
Post a Comment