I should notifying that let everything on GPU memory is a lots faster than transmit it every frame. This demo created by Nehe website demonstrating a very fast drawing using GPU memory. When my application took 25% for even drawing 4 vertex, it took less than 2% when it draw lots of cube. Not just that, when my software only able to use 50% CPU Usage where I cant have more above it, if necessary this app can use 100% of my CPU usage if it is too slow. OpenGL obviously is created for a good performance, and it know how to use both core.
Simply amazing. I just dont know how to use my card. That is why mine is so slow.