Golang template with a little boost in performance

Revision en1, by lorenzotinfena, 2024-03-13 21:48:02

Hi! I created this template: https://github.com/lorenzotinfena/competitive-go . For input it uses directly syscall.Read (I'm planning to do the same also for the output), and then I added a little setting (very little detail) that can lower the time, but increase the memory, or the contrary or keeping balanced, it uses debug.SetGCPercent .

Tags template, golang

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English lorenzotinfena 2024-03-13 21:48:02 392 Initial revision (published)