Path: ...!feed.opticnetworks.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro Newsgroups: comp.lang.c Subject: Re: Whaddaya think? Date: Tue, 18 Jun 2024 08:06:40 -0000 (UTC) Organization: A noiseless patient Spider Lines: 8 Message-ID: References: <666ded36$0$958$882e4bbb@reader.netnews.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Tue, 18 Jun 2024 10:06:40 +0200 (CEST) Injection-Info: dont-email.me; posting-host="aa8085ada8e9493580a5b327f88f4c87"; logging-data="1325897"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18jX6qFwrzpoyo4GCJLKRe3" User-Agent: Pan/0.158 (Avdiivka; ) Cancel-Lock: sha1:IBglBoLDsdDPW0azQQpkw3XNII8= Bytes: 1333 On Sun, 16 Jun 2024 15:52:16 -0000 (UTC), Lew Pitcher wrote: > (BTW, the 'blind-spot' I mentioned is that we often forget that we /can/ > use temporary files to store intermediary results. Sometimes we can > manipulate a temporary file easier than we can manipulate malloc()ed (or > other) storage. ) Or we could use an “I/O stream”, basically a temporary file in RAM.