|
|
|
|
|
by mikeash
4575 days ago
|
|
Does it really make your program slower? That padding you have to eliminate for this technique is added for speed, after all. The initial read may be faster, but every access to the data is going to be slower. I'm not quite sure what the BMP file format is supposed to be an example of, especially since file formats are separate from techniques used to read or write them. |
|