Next | Making Programs Faster | 104 |
This bites me all the time
For example, I'll add a file cache to a program and discover it doesn't work
Because the OS already has a file cache behind the scenes
I considered going to a lot of trouble to get Tie::File to always write whole disk blocks
But there's no point, because the stdio library already does that
Next | Copyright © 2003 M. J. Dominus |