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

Use value classes to reduce memory allocation #359

Open
simerplaha opened this issue Apr 11, 2022 · 0 comments
Open

Use value classes to reduce memory allocation #359

simerplaha opened this issue Apr 11, 2022 · 0 comments

Comments

@simerplaha
Copy link
Owner

simerplaha commented Apr 11, 2022

Value classes, specially when searching Segments can reduce instance allocations when performing binary-search, hash-index search, bloom-filter search and linear-search.

I would expect GC workload to be noticeably reduced.

@simerplaha simerplaha changed the title Use value classes to reduce Use value classes to reduce memory allocation Apr 11, 2022
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