On Thu, Feb 12, 2026 at 12:44 PM Alyssa M via 9fans <[email protected]> wrote:
> Think of a program that reads a file completely into memory, pokes at it a > bit sparsely then writes the whole file out again. > If you poke at it sparsely then reading it into memory is what you should avoid, thus you use seek and normal read instead. that is more simple, efficient, optimal. ------------------------------------------ 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Te8d7c6e48b5c075b-M2f4485bceebbc3c28972f4c0 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription
