First page Back Continue Last page Overview Graphics
When is it safe to forget about things?
When the implementation is correct (except for rare bugs)
When the default implementation is at least as fast as what you'd have written by hand
- (i.e. not necessarily as fast as you could make it in theory, but fast enough that it's not worth bothering to hand-optimize)
Notes: