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
It seems mph essentially implements a map[[]byte][]byte. Is it possible to change the code such that it becomes map[uint32][]uint8? Go's bulit-in map has just too much overhead for my application and I was wondering if this can help.