bchip
Expert Member
- Joined
- Mar 12, 2013
- Messages
- 1,324
- Reaction score
- 418
So wrote an app in C# that does some heavy calculations, happy with the end product everything works but then
had an idea to convert the app to Python due to some other reasons (like certain libraries that I needed, etc)
Long story short I ran the same calc on my C# app and in my python app, with the same data (and with the python calcs being slightly more optimized)
Run Time - Runs 253 tests in
C# : 12 sec
Python: 52min 44sec

had an idea to convert the app to Python due to some other reasons (like certain libraries that I needed, etc)
Long story short I ran the same calc on my C# app and in my python app, with the same data (and with the python calcs being slightly more optimized)
Run Time - Runs 253 tests in
C# : 12 sec
Python: 52min 44sec
