I'm considering moving my current project over to GDK from DBPro. Since the core of DBPro is written in C++ (if I've heard correctly) and GDK is used in C++, can I expect much better performance?
Also, how about GDK.Net. If I choose to use VB.Net instead of C++ any comments on what that might do to performance?
[edit]
Ok, I did some more searching and found that for the most part GDK will be faster, most noticable in the area of code and calculations that don't rely on the DGDK code. The DGDK code (for rendering and such) sounds like it will be about the same.
The hold up seems to be caused by the sync rate being tied to the refresh rate of the monitor. So users with a higher refresh will get a higher FPS. (unless I misunderstood the conversation in a thread I found about that..)
OR
Is it that the FPS calculation is tied to that, but the main loop may not be. Maybe a test displaying Loops Per Second would reveal just how fast it's going.
[/edit]