I'm working on a C# .NET application that uses some rather complex scientific formulas on large sets of data (10 million data points on average). Part of what I am doing requires optimizing the formula implementations as best as possible.
I noticed that one formula implementation uses goto, and that made me wonder: is goto slower than other flow control constructs?
is goto slower than other flow control constructs?
No. All the other flow control constructs are basically goto
anyway.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With