mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-12 18:00:37 +00:00
Jan 10th
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
# Java and Memory Management
|
||||
- [Introduction](#introduction)
|
||||
- [Java Performance Optimization](#java-performance-optimization)
|
||||
- [Java on Kubernetes. Java Memory Arguments for Containers](#java-on-kubernetes-java-memory-arguments-for-containers)
|
||||
- [Benchmarking modern Java Virtual Machines and the next-generation garbage collectors](#benchmarking-modern-java-virtual-machines-and-the-next-generation-garbage-collectors)
|
||||
@@ -15,6 +16,9 @@
|
||||
- [Slides](#slides)
|
||||
- [Tweets](#tweets)
|
||||
|
||||
## Introduction
|
||||
- [javarevisited.blogspot.com: 10 Things Java Programmers Should Learn in 2022](https://javarevisited.blogspot.com/2017/12/10-things-java-programmers-should-learn.html)
|
||||
|
||||
## Java Performance Optimization
|
||||
* [DZone refcard: java performance optimization 🌟](https://dzone.com/refcardz/java-performance-optimization) Tools and Techniques for Turbocharged Apps
|
||||
- [DZone: String Concatenation's Effect on Performance](https://dzone.com/articles/string-concatentions-effect-on-performance) Don’t use the string concatenation operator to combine more than a few strings unless performance is irrelevant. Use StringBuilder’s append method instead.
|
||||
|
||||
Reference in New Issue
Block a user