Files
examination/topics/interview-prep/go-java-concurrency/meta.json
T
2026-09-09 17:17:35 +08:00

25 lines
555 B
JSON

{
"slug": "go-java-concurrency",
"name": "Go/Java并发模型",
"description": "GMP调度、CSP模型、AQS/ForkJoinPool、goroutine泄漏、JMM、happens-before、pprof/JFR",
"tags": [],
"question_files": [
"single_choice",
"true_false",
"fill_blank",
"short_answer",
"code_reading"
],
"stats": {
"total": 45,
"by_type": {
"single_choice": 15,
"true_false": 10,
"fill_blank": 10,
"short_answer": 5,
"code_reading": 5
}
},
"created": "2026-09-09",
"updated": "2026-09-09"
}