Open someview opened 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.
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.