Submitted by Viewer23 t3_11b4thz in coolgithubprojects
0rsinium t1_j9xiual wrote
Reply to comment by Viewer23 in GoStrings - C String Library Similar to Golang's String Library by Viewer23
You can disable or tune GC with GOGC env var or control it in runtime with debug.SetGCPercent: https://pkg.go.dev/runtime/debug#SetGCPercent
Viewing a single comment thread. View all comments