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

how to combine hashmap with arena #25

Open
someview opened this issue May 23, 2024 · 0 comments
Open

how to combine hashmap with arena #25

someview opened this issue May 23, 2024 · 0 comments

Comments

@someview
Copy link

In most applications there are some state to keep in memory . For go, we must face gc problems.
We can easliy solve this problem if we alloc memory for hashmap, contains k,v, and hashmap.
How to use this with lockfree hashmap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant