performance 第2页
What's new in Apache JMeter 5.6?-拾光赋

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 ...
kity的头像-拾光赋kity2年前
04112
Java Virtual Threads vs Kotlin Coroutines-拾光赋

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 ...
kity的头像-拾光赋kity2年前
02110
Java GC Pressure In Action-拾光赋

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...
kity的头像-拾光赋kity2年前
0316
Using Java to Read Really, Really Large Files-拾光赋

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...
kity的头像-拾光赋kity2年前
04513
Java Performance - 5 - An introduction to Garbage Collection-拾光赋

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...
kity的头像-拾光赋kity4年前
02011
Off-heap memory in Java-拾光赋

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 ...
kity的头像-拾光赋kity4年前
0335
Complexidade do algoritmo em relação à memória-拾光赋

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...
kity的头像-拾光赋kity4年前
02514
Review of Java Static Analysis Tools-拾光赋

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 ...
kity的头像-拾光赋kity4年前
02811
Not another logger!-拾光赋

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...
kity的头像-拾光赋kity4年前
03311
Quest for the Holy Graal-拾光赋

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...
kity的头像-拾光赋kity4年前
0425
Java 16 EA Alpine & JLink vs Graal-拾光赋

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...
kity的头像-拾光赋kity4年前
0396
Building a Native Java Application for ARM64 with Quarkus-拾光赋

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...
kity的头像-拾光赋kity5年前
04615