Files
filament/libs/utils/benchmark/benchmark_binary_search.cpp
Mathias Agopian e8895fee11 Add a binary search benchmark
this one basically shows that the stl is is a good as our "branch less"
versions. this is because clang generate branchless code in the end.
2018-11-29 11:44:52 -08:00

4.8 KiB