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

Performance improvement regarding the iterators in libember #17

Closed
GoogleCodeExporter opened this issue Jul 31, 2015 · 2 comments
Closed

Comments

@GoogleCodeExporter
Copy link

We experienced performance problems with libember and therefore changed passing 
most of the iterator no longer by value, but by const-reference. This gives a 
boost about 10%-25% in our scenario. The reason, i think, is basically that a 
type-erased iterator is used, which needs dynamically allocated memory.

Please let me know your opinions about this issue - i will soon apply the patch 
if nobody disagree.

Original issue reported on code.google.com by nullable...@gmail.com on 25 Nov 2013 at 10:19

Attachments:

@GoogleCodeExporter
Copy link
Author

Original comment by nullable...@gmail.com on 25 Nov 2013 at 10:20

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

This issue was closed by revision r84.

Original comment by nullable...@gmail.com on 25 Dec 2013 at 6:14

  • Changed state: Fixed

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