jeremywestAMX / ember-plus

Automatically exported from code.google.com/p/ember-plus
0 stars 0 forks source link

Performance improvement regarding the iterators in libember #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r84.

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