POV-Ray : Newsgroups : povray.off-topic : Speed comparison between C# and C++ : Re: Speed comparison between C# and C++ Server Time
1 Oct 2024 13:21:24 EDT (-0400)
  Re: Speed comparison between C# and C++  
From: Darren New
Date: 17 Apr 2008 20:39:00
Message: <4807eda4$1@news.povray.org>
Warp wrote:
> There's basically no difference between GC'd and non-GC'd allocation.

This is incorrect. A GC allocation is adding the size of a structure to 
the pointer, just like allocating something on the stack is. If you 
can't move stuff around after it's allocated, it becomes extremely hard 
to beat this speed.

-- 
   Darren New / San Diego, CA, USA (PST)
     "That's pretty. Where's that?"
          "It's the Age of Channelwood."
     "We should go there on vacation some time."


Post a reply to this message

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