buffer reuse
This commit is contained in:
parent
2b09e975e2
commit
2cf2b82d2c
@ -361,6 +361,7 @@ Techniques applicable to source code in general
|
||||
- you can even modify a slice in place carefully while you scan over it
|
||||
* reducing pointers to reduce gc scan times
|
||||
* GOGC
|
||||
* buffer reuse (sync.Pool vs or custom via go-slab, etc)
|
||||
|
||||
## Runtime
|
||||
* cost of calls via interfaces (indirect calls on the CPU level)
|
||||
|
Loading…
Reference in New Issue
Block a user