0rsinium t1_j9xiual wrote on February 25, 2023 at 7:20 AM 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 Permalink Parent 1
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