Dai Yuhang
Results
4
comments of
Dai Yuhang
已收到,谢谢
> `make` does not run in parallel by default, either use `ninja` or `make -j `. I use the parallel commend. I think it's not the key reason. When you...
> [@DYHrich](https://github.com/DYHrich) when you use time, you can probably see that usr and sys are both very low, it indicates heavy io. you can use `strace` to check what happens....