#what do i use to replace arenas?

6 messages · Page 1 of 1 (latest)

dawn kite
#

a codebase im interested in makes heavy use of goexperiment=arena, but I know that they will be removed at some point.
What's the best way of replacing arenas? (this is a performance heavy application)

shut ferry
dawn kite
shut ferry
#

big array but first see if go's new GC makes things better / removes need for arena

shut ferry
#

prolly