What is the fastest sorting algorithm out there?


I was bored yesterday..... so I came up with an algorithm myself.... and when I tested it, it turned out faster than the implementations of:

Insertion, Shell, QuickSort, QSort

that I found here:

http://epaperpress.com/sortsearch/index.html

I only spent a day on the algorithm so I am dubious that these algorithms are the fastest available. I want to find the fastest algorithm out there and preferable a VB implementation of it.