Home
Recent
Comments
Search
Login
13
How a fix in Go 1.9 sped up our Gitaly service by 30x
go
performance
about.gitlab.com
via
trousers
7 months ago
|
cached
|
1 comment
1
Preview
2
jrwren
7 months ago
|
link
tl;dr: thread_spawn can be much faster than fork/exec and Go changed to it for exec.Command()
tl;dr: thread_spawn can be much faster than fork/exec and Go changed to it for exec.Command()