We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c9e21 commit 8e40990Copy full SHA for 8e40990
src/internal/abi/map.go
@@ -13,7 +13,7 @@ const (
13
14
// Maximum key or elem size to keep inline (instead of mallocing per element).
15
// Must fit in a uint8.
16
- // Fast versions cannot handle big elems - the cutoff size for
+ // Note: fast map functions cannot handle big elems (bigger than MapMaxElemBytes).
17
MapMaxKeyBytes = 128
18
MapMaxElemBytes = 128 // Must fit in a uint8.
19
)
0 commit comments