-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
- A large number of small allocations incurs a large CPU cost due to GC scanning.
(We should determine what are the most often allocated memory objects of small size) - Repeated large allocations trigger the GC more often
This issue should list Golang memory profiles from various Inox applications. Therefore it will remain open.
Identified allocations should be minimized.