|
|
|
|
|
by xarope
25 days ago
|
|
if you are hitting pauses due to GC issues, you should into putting appropriate data structures into a memory arena, here's a reasonable read: https://uptrace.dev/blog/golang-memory-arena These are all tools. Java used to have this all the time, and we (ex-java programmer) had ways around this until the JVM improved. |
|