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
Introduce domain-specific integer types for container properties instead of using std::size_t everywhere. Fixed-width types (e.g. uint32_t) can reduce memory usage and improve cache locality where 64-bit values are unnecessary.
Introduce domain-specific integer types for container properties instead of using
std::size_teverywhere. Fixed-width types (e.g. uint32_t) can reduce memory usage and improve cache locality where 64-bit values are unnecessary.