Comment by psychoslave
1 day ago
Even in most used languages it's hard to be accurate without making profiling. And when using a framework, it's almost a garantee that you have no idea of the complexity under the hood of all the facilities you rely on.
But with an explicitly implemented algorithm, you can probably at least give an upper bound.