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
We may use a 8-char (sizeof(Char*)) buffer to store small keys (via a union). However, we must think how we notice this was done. Most importantly, we should NOT copy constant keys - on the other hand: if the string is smaller, isn't that even better (also from a data spatial locality PoV).
The text was updated successfully, but these errors were encountered:
We may use a 8-char (sizeof(Char*)) buffer to store small keys (via a union). However, we must think how we notice this was done. Most importantly, we should NOT copy constant keys - on the other hand: if the string is smaller, isn't that even better (also from a data spatial locality PoV).
The text was updated successfully, but these errors were encountered: