
Programming Language
0x12A2A7F
探索数据宇宙.
展开
-
Java、golang、rust比较
This is a comparison between Java, Go, and Rust. Not in the sense of a benchmark, but more of a comparison between the output executable file size, memory usage, CPU usage, run-time requirements, and of course a small benchmark to get some requests per s..转载 2020-09-29 11:13:56 · 560 阅读 · 0 评论 -
Java Hotspot G1 GC的一些关键技术
前言G1 GC,全称Garbage-First Garbage Collector,通过-XX:+UseG1GC参数来启用,作为体验版随着JDK 6u14版本面世,在JDK 7u4版本发行时被正式推出,相信熟悉JVM的同学们都不会对它感到陌生。在JDK 9中,G1被提议设置为默认垃圾收集器(JEP 248)。在官网中,是这样描述G1的:The Garbage-First (G1) coll转载 2017-05-09 11:20:50 · 664 阅读 · 0 评论