Huweicai
Home
(current)
About
Archives
Huweicai
好奇心探索世界
善意假设
做最酷的事情
Hello, World!
~ Enjoy Today ~
Categories
Go (3)
English (1)
Featured Tags
linux (10)
go (6)
容器 (6)
操作系统 (6)
编程语言 (6)
存储 (5)
计算机网络 (5)
cloudnative (4)
kubernetes (4)
cilium (2)
docker (2)
ebpf (2)
ip (2)
java (2)
kernel (2)
命令行 (2)
c++ (1)
compiler (1)
cpp (1)
cpu (1)
en (1)
ethernet (1)
git (1)
harbor (1)
http (1)
innodb (1)
jvm (1)
mysql (1)
pprof (1)
programing (1)
python (1)
redis (1)
shell (1)
tcp (1)
yuv (1)
办公效率 (1)
图像 (1)
并发 (1)
数据库 (1)
文件系统 (1)
日志 (1)
权限管理 (1)
硬件 (1)
磁盘 (1)
镜像 (1)
音视频 (1)
««
«
1
2
3
…
5
6
7
»
»»
for{;;}与while(true)的困惑
2018-03-04
One minute read
最近在阅读JUC源码的时候,由于多线程并发时情况比较复杂,所以源码中经常出现一些无限循环用于等待确保或是某些目的的完成,通常我一般无限循环都是用while(true),但是我发现在concurrent包中经常用for(;;)来实现。这让我产生了困惑,难道for(;;)会比while(true)性能更好一些吗?于是我决定自己分别编译比较一下。 我编写了如下的程序: public class Test2 { public void whileTest() { int i = 0; while (true) { i++; } } public......
java
编程语言
Personals
0001-01-01
0 minutes read
......
Drafts
0001-01-01
0 minutes read
......
0001-01-01
0 minutes read
......
0001-01-01
0 minutes read
......
0001-01-01
One minute read
ChubaoFS CSI 为什么升级就会挂......
0001-01-01
One minute read
Huweicai I am who I am. Deeply loves the life. Major in operating system and cloud native. Communications are welcome! If you have any questions or idea, contact me at any time: mailto://i@huweicai.com......
««
«
1
2
3
…
5
6
7
»
»»