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

Reduce the number of mallocs #48

Closed
lemire opened this issue Sep 2, 2016 · 3 comments
Closed

Reduce the number of mallocs #48

lemire opened this issue Sep 2, 2016 · 3 comments

Comments

@lemire
Copy link
Member

lemire commented Sep 2, 2016

The code has too many unnecessary malloc which can impair performance on platforms where malloc calls are expensive.

@lemire
Copy link
Member Author

lemire commented Sep 2, 2016

Removed one malloc with this commit:

411ad00

@lemire
Copy link
Member Author

lemire commented Sep 3, 2016

Solved be27db4

@lemire lemire closed this as completed Sep 3, 2016
@lemire
Copy link
Member Author

lemire commented Sep 3, 2016

Performance improved as expected.

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

No branches or pull requests

1 participant