Comparing function objects to function pointers

1 view
Skip to first unread message

Alex Vinokur

unread,
Mar 21, 2005, 8:24:15 AM3/21/05
to log-...@googlegroups.com
===============
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

perfo_log_trd4.txt
Reply all
Reply to author
Forward
0 new messages