| http://www.w3.org/ns/prov#value | - Yes, GC would probably be excellent - in a language like C++ where stack allocation is extensive you do not get the same problems as in Java/Python where nearly everything is an object and tons of temporary objects are created behind the scenes so putting excess load on the GC. A well managed game engine that kept allocation to a minimum combined with coarse-grained objects and stack-allocated temp
|