Constructor
new exports(maxSize, keySize, objSize) → {SharedMap}
Creates a new SharedMap
Parameters:
Name | Type | Description |
---|---|---|
maxSize |
number | Maximum number of entries |
keySize |
number | Maximum length of keys in UTF-16 codepoints |
objSize |
number | Maximum length of values in UTF-16 codepoints |
- Source:
- See:
Returns:
- Type
- SharedMap