Quote:
Originally Posted by OpenLoop
..not to mention that if efficiency is critical to your application, you should use a native (non=managed) language like C/C++.
|
Efficiency isn't critical, but I like to try to program in an efficient manner, taking 10 seconds to do something that should take less than a second (if programmed in the same language) is bad practice.