Java Concurrency in Practice
classic book in Java concurrency
This book covers:, Basic concepts of concurrency and thread safety, Techniques for building and composing thread-safe classes, Using the concurrency building blocks in java.util.concurrent, Performance optimization dos and don'ts, Testing concurrent programs, Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model
用户评论
推荐下载
-
Akka Concurrency
Akka Concurrency.2013.pdf
23 2020-10-01 -
Effective Concurrency
HerbSutterisaleadingauthorityonsoftwaredevelopment.HeisthebestsellingauthorofExceptionalC++aswellast
21 2020-05-13 -
The Art of Concurrency
algorithm for concurrency,please enjoy and leave your kind comment,i hope upload what you need soon
42 2019-01-01 -
Concurrency Control
Why Concurrency Control is required? Formal Concepts Serial, realizable, equivalent schedules 4 inva
5 2021-04-20 -
Transactions Concurrency Control and Recovery Optimist concurrency control
Transactions: Concurrency Control and Recovery: Optimist concurrency control
12 2021-05-02 -
gems主要注释摘自Effective Java3rd EditionJava Concurrency in Practice和其他许多方面源码
宝石 不应将其用作任何形式的官方参考。 仅在阅读了一些我认为应该随身携带的好书之后,才可以用作自己的备忘。 此回购仅是公开的,因为我认为很多人都可以将其用作摘要,但是,如果您想真正了解这些主题,请考虑
3 2021-02-23 -
Text2_practice.java
Text2_practice.java 过滤文件(按照特定的后缀名)
36 2018-12-31 -
java ds algo practice源码
java-ds-algo-practice
7 2021-04-07 -
Java concurrency之LockSupport_动力节点Java学院整理
主要为大家详细介绍了Java concurrency之LockSupport的相关资料,具有一定的参考价值,感兴趣的小伙伴们可以参考一下
15 2020-08-31 -
Java concurrency之Condition条件_动力节点Java学院整理
Condition的作用是对锁进行更精确的控制。下面通过本文给大家分享Java concurrency之Condition条件的相关知识,非常不错,具有参考借鉴价值,需要的朋友参考下吧
13 2020-09-01
暂无评论