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

replace string k, v signature with byte slice #22

Open
BenJoyenConseil opened this issue Oct 17, 2016 · 1 comment
Open

replace string k, v signature with byte slice #22

BenJoyenConseil opened this issue Oct 17, 2016 · 1 comment
Assignees
Labels

Comments

@BenJoyenConseil
Copy link
Owner

BenJoyenConseil commented Oct 17, 2016

To remove additionnal string allocation

@BenJoyenConseil
Copy link
Owner Author

Do not need to because the copy(dst, src) special case for string does not copy in a tmp buff, and there is no conversion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant