Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subobj: use small keys without malloc #73

Open
rgerhards opened this issue Apr 12, 2016 · 0 comments
Open

subobj: use small keys without malloc #73

rgerhards opened this issue Apr 12, 2016 · 0 comments
Milestone

Comments

@rgerhards
Copy link
Member

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).

@rgerhards rgerhards added this to the 1.0.0 milestone Apr 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant