===============
No optimization
---------------
no sort, only copy
qsort array with comparison function1
sort array with function pointer
sort array with user-supplied functor
sort array with user-supplied inline functor
sort array with standard functor
sort array with native < operator
sort vector iterator with standard functor
sort vector iterator with native < operator
sort vector iterator with function pointer
sort vector pointer with standard functor
sort vector pointer with native < operator
sort vector pointer with function pointer
stable_sort array with function pointer
stable_sort array with user-supplied functor
stable_sort array with user-supplied inline functor
stable_sort array with standard functor
stable_sort array with native < operator
stable_sort vector iterator with standard functor
stable_sort vector iterator with native < operator
stable_sort vector iterator with function pointer
stable_sort vector pointer with standard functor
stable_sort vector pointer with native < operator
stable_sort vector pointer with function pointer
===============
Alex Vinokur
email: alex DOT vinokur AT gmail DOT com
http://mathforum.org/library/view/10978.html
http://sourceforge.net/users/alexvn