-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Pointer.dump should use StringBuilder instead of String concatenation #466
Labels
Comments
Please do contribute! |
ck2510
added a commit
to ck2510/jna
that referenced
this issue
Oct 6, 2015
… dumps. Added simle unit test for Pointer.dump.
ck2510
added a commit
to ck2510/jna
that referenced
this issue
Oct 6, 2015
… dumps. Added simle unit test for Pointer.dump.
I created pull request #518 for this feature/improvement. |
twall
added a commit
that referenced
this issue
Apr 12, 2016
#466: Improve performance of Pointer.dump for large dumps.
PR was merge by twall. Closing this. |
mstyura
pushed a commit
to mstyura/jna
that referenced
this issue
Sep 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The method's runtime does not scale. In my case dumping @1MB took more than 1 minute while a similar dump method based on StringBuilder returns "immediately".
If desired I will be happy to provide a patch with this change.
The text was updated successfully, but these errors were encountered: