Java 并发编程知识梳理以及常见处理模式 features and patterns
-
Updated
Jul 28, 2022 - Java
Java 并发编程知识梳理以及常见处理模式 features and patterns
CoralRing is an ultra-low-latency, lock-free, garbage-free, batching and concurrent circular queue (ring) in off-heap shared memory for inter-process communication (IPC) in Java across different JVMs using memory-mapped files.
CoralQueue is an ultra-low-latency, lock-free, garbage-free, batching and concurrent collection of circular data structures for inter-thread communication in Java.
Different ways in Java to stop a thread
Fashion's Blog 个人学习笔记,涵盖JVM、数据结构、算法、设计模式、中间件、数据库、缓存、分布式微服务、DevOps等领域
Short introduction to happens-before, volatile and jcstress.
Leaking this reference from constructor.
Benchmarking counters with Java 10
This repository is the one stop solution for all the coding interviews. Code snippets for all the topics frequently asked in interviews can be found here.
Modeling a work of useless box using volatile param.
Add a description, image, and links to the volatile topic page so that developers can more easily learn about it.
To associate your repository with the volatile topic, visit your repo's landing page and select "manage topics."