Showing only posts tagged OpenGL. Show all posts.

C++11 features in Magnum: Better memory management

Re­gard­less to what lan­guage you use, you al­ways need to think about memory man­age­ment. Garbage col­lect­ors might give you a sense that it’s done auto­ma­gic­ally, but to get more per­form­ance you need to have con­trol over heap us­age in code run­ning at 60 FPS. C++11 helps to avoid many heap al­loc­a­tions without sac­ri­fi­cing us­ab­il­ity.

« newer articles | page 3