排序
What’s new in Apache JMeter 5.6?
What's new in Apache JMeter 5.6?, Learn JMeter Series (32 Part Series) 1 S1E1 Learn JMeter Series - Getting Started with JMeter 5.3 2 S1E2 Learn JMeter Series - Building Blocks of ...
Java Virtual Threads vs Kotlin Coroutines
Java Virtual Threads vs Kotlin Coroutines, Introduction In this article, we will compare two different ways of implementing concurrency in the JVM: Java Virtual Threads and Kotlin ...
Java GC Pressure In Action
Java GC Pressure In Action,The purpose of this document is to show how GC pressure must be taken into account when designing java batch systems that move significant amounts of dat...
Using Java to Read Really, Really Large Files
Using Java to Read Really, Really Large Files, Introduction Anyone who knows me fairly well in my programming life will know that I’m not as partial to Java. I’m a JavaScript dev...
Java Performance – 5 – An introduction to Garbage Collection
Java Performance - 5 - An introduction to Garbage Collection, Java Performance Summary (6 Part Series) 1 Java Performance - Overview 2 Java Performance - 1 - Introduction ... 2 mor...
Off-heap memory in Java
Off-heap memory in Java,The heap area is one of the most important parts in the JVM architecture since it stores all the objects created in a JVM instance, however, there are some ...
Complexidade do algoritmo em relação à memória
Complexidade do algoritmo em relação à memória,Recentemente o ProfBrunoLopes fez uma live com a morgiovanelli falando sobre a complexidade dos algoritmos, onde era discutido, d...
Review of Java Static Analysis Tools
Review of Java Static Analysis Tools,If you code in Java and code reviews are part of your workflow we recommend you to go through the list below. Here are some of the Java Static ...
Not another logger!
Not another logger!,Java is not short of logging libraries: Log4J, SLF4J, JBoss Logger Manager, Flogger, Apache Commons Logger, Logback plus probably many more I've not heard of. T...
Quest for the Holy Graal
Quest for the Holy Graal,Statically linked Java images are a superb idea; what's not to love about super small, super fast images that have a low attack surface. However, the reali...
Java 16 EA Alpine & JLink vs Graal
Java 16 EA Alpine & JLink vs Graal,My first post... hurrah! As the saying goes: good things come in small packages. For container images it means a smaller attack surface and faste...
Building a Native Java Application for ARM64 with Quarkus
Building a Native Java Application for ARM64 with Quarkus,The Graal native image compiler is a great tool to significantly reduce the start time and memory consumption of Java appl...