Commit Graph
1 Commits
Author SHA1 Message Date
Thorbjørn Lindeijer c4be1e70ca perf: replace closure-based fib with static class method for 6% speedup
Refactor the Fibonacci benchmark to use a static method on a class instead of a recursive closure, eliminating closure overhead and yielding consistent performance improvement.
2015-02-28 20:14:28 +00:00