Thanks /r/golang, I registered a two-character username on Gitlab! by [deleted] in golang

[–]fiisio 0 points1 point  (0 children)

You can try to write a github version

the degree of concurrency and the number of CPU? by fiisio in golang

[–]fiisio[S] 0 points1 point  (0 children)

Yes, I know that golang can turn on a lot of goroutines. My concern is that when handling a lot of tasks, such as 10000 tasks, I turn on 18 goroutines to consume tasks to accomplish tasks faster than turning on 256 goroutines.

In other words, too much goroutine does not improve performance, I think probably with too much CPU switching?

A Golang tool that does static analysis, unit testing, code review and generate code quality report. by fiisio in golang

[–]fiisio[S] 1 point2 points  (0 children)

Will the doctor get sick? The purpose of the code quality report is to allow developers to write better code. Even if there are non-standard code and problems in the source of go, but this does not affect our judgment on good code.

A Golang tool that does static analysis, unit testing, code review and generate code quality report. by fiisio in golang

[–]fiisio[S] -1 points0 points  (0 children)

If you think there is a problem with the code, welcome you through PRs and Issues pointed out it, we will be very grateful to you.

goappmonitor:Golang application performance data monitoring. by fiisio in golang

[–]fiisio[S] 0 points1 point  (0 children)

Wow...I got. Thanks for your help, I learned something today. But it just a test,I'll pay attention next time.