# concurrent **Repository Path**: mazd/concurrent ## Basic Information - **Project Name**: concurrent - **Description**: 黑马JUC实战 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-05 - **Last Updated**: 2022-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 说明 * 课堂代码主要在 case_java8 子模块内,按章节划分,例如 * cn.itcast.n2 中是第二章的代码 * cn.itcast.n3 中是第三章的代码 * ... * cn.itcast.pattern 是介绍多线程设计模式的代码 * cn.itcast.test 是视频中实时敲的代码,其实在前面章节中都有 * jmh_performance 子模块 * 使用了 JMH,演示多线程提升性能的代码 * jmh_eliminate_locks 子模块 * 使用了 JMH,演示锁消除 * jcstress_ordering 子模块 * 使用了 jcstress,演示指令重排序 * case_java7 * 演示与 java7 相关的代码 * case_tomcat 子模块 * 演示自定义 tomcat * case_monitor 子模块 * 演示多种设计模式的综合案例 * balking * 两阶段终止