We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b794ed commit a785d11Copy full SHA for a785d11
src/unique/handle.go
@@ -89,7 +89,7 @@ func Make[T comparable](value T) Handle[T] {
89
}
90
91
var (
92
- // uniqueMaps is an index of type-specific sync maps used for unique.Make.
+ // uniqueMaps is an index of type-specific concurrent maps used for unique.Make.
93
//
94
// The two-level map might seem odd at first since the HashTrieMap could have "any"
95
// as its key type, but the issue is escape analysis. We do not want to force lookups
0 commit comments