Expert Overview
Things I'm Doing
Talks I've Given
David is an enthusiastic C++ developer with an emphasis on performance, He is measuring nanoseconds at work (and at home). At Optiver, he’s writing automated trading systems for options and teaches Modern C++ to his colleagues
 
Talks I've Given
-
Counting Nanoseconds: Micro-benchmarking C++ code
Featuring David Gross
"If you don't benchmark your code, you don't care about its performance." Chandler Carruth
Benchmarking our code matters when we care about its speed. While it seems simple to use Google Benchmark and run a benchmark, there are many pitfalls and getting accurate results from a...
c++ nanoseconds