Java framework born of "cloud": building native executable files

Today, let's take a look at how fast the native executable built by Quarkus can be faster than the Spring application. The maturity of ecology is not discussed here. TLDR First, let's draw a conclusion and make a comparison with the Spring Web application with only one Controller. Application start time: 0.012s vs 2.294s ...

Added by dfownz on Thu, 03 Mar 2022 22:45:29 +0200

Useful and unknown Java features

In daily java development, before jdk8, the operation of sets was troublesome, especially for the judgment of empty sets, it is necessary to write some repeated and similar codes to judge. However, after jdk8, there are rich set interfaces under the concurrent package, which simplifies the complexity of using sets before Here are some useful fe ...

Added by shimano55 on Sun, 09 Jan 2022 10:57:52 +0200