mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-28 12:04:42 +00:00
17 lines
841 B
Markdown
17 lines
841 B
Markdown
# Java_Frameworks
|
|
|
|
!!! info "Architectural Context"
|
|
Detailed reference for Java_Frameworks in the context of Developer Ecosystem.
|
|
|
|
## Runtime Optimizations
|
|
|
|
### JVM Tuning
|
|
|
|
#### Garbage Collection
|
|
|
|
- **(2021)** [kstefanj.github.io: GC progress from JDK 8 to JDK 17](https://kstefanj.github.io/2021/11/24/gc-progress-8-17.html) <span class='md-tag md-tag--warning'>[EN CONTENT]</span> <span class='md-tag md-tag--critical'>[ADVANCED LEVEL]</span> <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span> — Empirical performance benchmarks tracking G1GC, ParallelGC, ZGC, and Shenandoah collection efficiency improvements from Java SE 8 through LTS 17.
|
|
|
|
---
|
|
💡 **Explore Related:** [Java And Java Performance Optimization](./java-and-java-performance-optimization.md) | [Golang](./golang.md) | [Visual Studio](./visual-studio.md)
|
|
|