当前位置:网站首页>Serial serialold parnew of JVM garbage collector
Serial serialold parnew of JVM garbage collector
2022-07-06 17:16:00 【TiggerRun】
Garbage collector
Serial & SerialOld
- Serial It's a new generation of garbage collectors , Use
Copy algorithm
- SerialOld It's the garbage collector of the old days , Use
Mark - Sorting algorithm
- Serial and SerialOld yes
Serial
The garbage collector , There is only one thread to handle garbage collection , And isSTW
Of .
ParNew
- ParNew It's actually Serial The parallel version of , Shared a lot of code
- ParNew Is a new generation of parallel garbage collectors
- ParNew Using the replication algorithm
ParNew Certain ratio Serial Are you efficient ?
In a multi-core environment ,ParNew Performance ratio of Serial high , Through parallel reductionSTW
Time for
In a single core environment ,ParNew Its performance must be inferior to Serial
边栏推荐
- DS18B20数字温度计系统设计
- Shawshank's sense of redemption
- On the clever use of stream and map
- Take you hand-in-hand to do intensive learning experiments -- knock the level in detail
- Only learning C can live up to expectations top2 P1 variable
- Control transfer instruction
- 8086 CPU internal structure
- Von Neumann architecture
- JVM garbage collector part 2
- IDEA断点调试技巧,多张动图包教包会。
猜你喜欢
When it comes to Google i/o, this is how ByteDance is applied to flutter
Which is more important for programming, practice or theory [there are some things recently, I don't have time to write an article, so I'll post an article on hydrology, and I'll fill in later]
Train 100 pictures for 1 hour, and the style of the photos changes at will. There is a demo at the end of the article | siggraph 2021
JVM 垃圾回收器之Garbage First
这群程序员中的「广告狂人」,把抖音广告做成了AR游戏
List集合数据移除(List.subList.clear)
IDEA断点调试技巧,多张动图包教包会。
MySQL字符串函数
JVM garbage collector part 2
吴军三部曲见识(七) 商业的本质
随机推荐
姚班智班齐上阵,竞赛高手聚一堂,这是什么神仙编程大赛?
vscode
Interview collection library
Conception du système de thermomètre numérique DS18B20
Activiti directory (I) highlights
Compile homework after class
Akamai浅谈风控原理与解决方案
JVM运行时数据区之程序计数器
Idea resolving jar package conflicts
Some instructions on whether to call destructor when QT window closes and application stops
關於Stream和Map的巧用
Flink源码解读(三):ExecutionGraph源码解读
yum install xxx报错
Control transfer instruction
Which is more important for programming, practice or theory [there are some things recently, I don't have time to write an article, so I'll post an article on hydrology, and I'll fill in later]
Only learning C can live up to expectations top2 P1 variable
Basic knowledge of assembly language
CentOS7上Redis安装
TypeScript基本操作
控制转移指令