XNA Creators Club Online
community forums

Search Forums

Page 1 of 1 (1 items)
  • Re: How fast is it?

    There is also a HUGE HUUUUUGE speed penalty for compiling in debug mode, as the JIT compiler will take over and drastically slow performance, so it's important to run in release mode!  (I had an octree color-palettizer that took up to 3 minutes in debug mode and less than a second inrelease mode... due to recursion!)
    Posted to General (Forum) by virtue3 on 1/15/2008
Page 1 of 1 (1 items)