I have found that the general performance of the DGDK.NET toolkit, is fast, but it also boils down to efficient use of the .NET framework itself. For example, using Generics for managed lists and such, are much more faster and efficient than using Collections. Therefore, good programming and code efficiency can make a big difference to application performance when used alongside the DGDK.NET toolkit.
I found that my Asteroids example (not available yet due to beta testing restrictions) will run much better if I convert the CAssets class to use Generics instead of the current collection functionality. CattleRustler will agree highly on this as well.
I will appologise at this point for delays, but beta testing has gone very well so far, I am just tied down with the documentation, although this is now nearly complete.
Paul.