For what it’s worth, I’ve had to drop from python to C# on occasion for some bottlenecks. In one case, my C# implementation was 418,000 times faster than the python version. That’s a comparison between a poor python implementation and a vectorized C# implementation, but… yeah.
For what it’s worth, I’ve had to drop from python to C# on occasion for some bottlenecks. In one case, my C# implementation was 418,000 times faster than the python version. That’s a comparison between a poor python implementation and a vectorized C# implementation, but… yeah.