We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just stumbled over a memset in ion_allocation.c:172, which seems to cause a quite big performance hit.
memset
ion_allocation.c:172
Consider the following two callgraphs of the same code, just once with that memset commented out:
The text was updated successfully, but these errors were encountered:
Unfortunately, there ARE crashes in tests/, which I'll look into.
Sorry, something went wrong.
fix amazon-ion#292: bad alloc performance due to excessive memset
ab2aba0
70cb075
reference fix for amazon-ion/ion-c#292
e621fd2
No branches or pull requests
I just stumbled over a
memset
inion_allocation.c:172
, which seems to cause a quite big performance hit.Consider the following two callgraphs of the same code, just once with that
memset
commented out:With memset:
Without memset:
The text was updated successfully, but these errors were encountered: