|
|
|
|
|
by Jean-Papoulos
332 days ago
|
|
You were shown an example of exactly why this thinking is incorrect but you still insist... Also, it's trivial to keep Ken's implementation as the slow path. If request patterns change, dig up the new fast path and put the old one in Ken's slow path code. Most of the performance will still come from the initial `if`. |
|