Triangle Strips.

If yuo drew a square with GL_QUADS and if you drew the same square using GL_TRIANGLE_STRIPS with 2 triangle, which would be faster?

If you video card have hardware support command GL_QUADS then its will be equalent GL_TRIANGLE_STRIP.

Anyway the better way to sure what you rendering will be fast enough on any video card is always use triangles