Hacker News new | ask | show | jobs
by eatonphil 123 days ago
Will we also eventually get a generic sync.Map?
3 comments

It’d be nice to have in stdlib, but it’s pretty trivial to write a generic wrapper for it
Almost certainly, since the internal HashTrieMap is already generic. But for now this author's package stands in nicely.
Would be great to see that - there are multiple GH issues for that. But so far, I'm not convinced that Google prioritizes community requests over its own needs.