ortuman / nuke

⚡ A memory arena implementation for Go.
Apache License 2.0
500 stars 13 forks source link

how to combine hashmap with arena #25

Open someview opened 5 months ago

someview commented 5 months ago

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.