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
Provide a C++ implementation of a shared memory compatible string data type that can be shared between nodes and is suitable for placement in a shared memory compatible vector (#937). This type will need to be memory layout compatible with the Rust version of the same type. For now, the string will only allow storing ASCII characters with values lower than 0x80 and will not be UTF-8-aware.