You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GC will check all the pointers in map
We use it in map.go
Maybe we should use uintptr instead of pointer
sync map instead of map and RWmutex, atomic value provides Len method, range a list and delete outside
The text was updated successfully, but these errors were encountered:
GC will check all the pointers in map
We use it in map.go
Maybe we should use uintptr instead of pointer
sync map instead of map and RWmutex, atomic value provides Len method, range a list and delete outside
The text was updated successfully, but these errors were encountered: