|
|
|
|
|
by jeresig
6002 days ago
|
|
Actually, we did reduce the complexity to a constant: Went from n^2 to just n:
http://ejohn.org/blog/function-call-profiling/ The 4x number was wall-clock time for the particular tests - so obviously your mileage may vary. In fact, the more complicated your case the better your eventual gains will be. |
|