Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Identify high-cost allocations #33

Open
GraphR00t opened this issue Jan 9, 2024 · 0 comments
Open

Identify high-cost allocations #33

GraphR00t opened this issue Jan 9, 2024 · 0 comments

Comments

@GraphR00t
Copy link
Contributor

GraphR00t commented Jan 9, 2024

  • 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.

@GraphR00t GraphR00t changed the title Determine what are the most often allocated memory objects of small size Determine high-cost allocations Jan 9, 2024
@GraphR00t GraphR00t changed the title Determine high-cost allocations Identify high-cost allocations Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant