POV-Ray : Newsgroups : povray.off-topic : Interesting performance comparison of C#s and C++'s : Interesting performance comparison of C#s and C++'s Server Time
29 Jul 2024 18:22:12 EDT (-0400)
  Interesting performance comparison of C#s and C++'s  
From: Darren New
Date: 20 Jun 2011 17:52:36
Message: <4dffc124$1@news.povray.org>
http://www.codeproject.com/KB/cross-platform/BenchmarkCppVsDotNet.aspx

It should be noted that the compact framework doesn't do nearly as much work 
optimizing stuff that the desktop systems do, and that's well known. The GC 
is known to suck, if nothing else, but overall a lot of stuff is interpreted 
without caching and such rather than use all the tricks that go into modern 
VM-based systems.

-- 
Darren New, San Diego CA, USA (PST)
   "Coding without comments is like
    driving without turn signals."


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.