Just trying out one more combination
authorRajat Goel <rajatgoel2010@fb.com>
Sat, 22 Sep 2012 10:31:51 +0000 (03:31 -0700)
committerJordan DeLong <jdelong@fb.com>
Fri, 12 Oct 2012 04:33:58 +0000 (21:33 -0700)
commit1fd9e62b291d1ede7835bb1fa74e090392175b0a
tree4dfb032e18ef58ac67c9c48250cc5468ac3752d3
parent32801ac22b38181b28839317fcb99e83aa9933b1
Just trying out one more combination

Summary:
It seems it is not std::bind which is slow but the construction of
std::function from std::bind that is slow.

Test Plan: ran benchmarks

Reviewed By: delong.j@fb.com

FB internal diff: D581967
folly/test/function_benchmark/main.cpp