A bet: what specific algorithms in Julia can be faster or as fast as C++ implementations?

Me and my colleague have made a bet that Julia can be faster than C++ in several test cases. I will write a set of algorithms in Julia, and he will write the same algorithms in C++, then we will measure the performance.

My question is: what specific* algorithms should I choose to win? :slight_smile:

*Our work is related to medical devices and signal processing.

3 Likes