pmartz / jag-3d

Automatically exported from code.google.com/p/jag-3d
0 stars 1 forks source link

Internal caching to reduce heap allocation #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Must be implemented.

Original issue reported on code.google.com by SkewMat...@gmail.com on 8 Jun 2013 at 2:07

GoogleCodeExporter commented 9 years ago

Original comment by abry...@gmail.com on 17 Jun 2013 at 8:46

GoogleCodeExporter commented 9 years ago
NodeContainer now caches jagDraw::Nodes. This avoids jagDraw::Node allocation 
during collection. However, this has not had a significant impact on 
performance.

Original comment by SkewMat...@gmail.com on 22 Nov 2013 at 11:14