X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: CBFalconer Newsgroups: comp.os.msdos.djgpp Subject: Re: Which editor do you use? Date: Fri, 10 Apr 2009 00:27:39 -0400 Organization: Ched Research http://cbfalconer.home.att.net Lines: 27 Message-ID: <49DECABB.5D619D67@yahoo.com> References: <73mdrsFvhhebU1 AT mid DOT individual DOT net> <26b8b849-581a-491c-8642-6817b0a2c35d AT n8g2000vbb DOT googlegroups DOT com> <7c2bf159-c640-48d0-96ed-af920b1147e0 AT z19g2000vbz DOT googlegroups DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.eternal-september.org U2FsdGVkX1/tFkwSIIl6ZYHm94vgyBmN//vWrQza35vIS7f3nh2jhxApnwzNJhoxyYPmrLEKpMRYymrTxtu06V0+8hAWP6d7lGjTymzOLvL5pW66Qf/XO0pcN/W8tYDnVuWbSuNtNRbQkUcbSeEKpA== X-Complaints-To: Please send complaints to abuse AT motzarella DOT org with full headers NNTP-Posting-Date: Fri, 10 Apr 2009 04:35:57 +0000 (UTC) X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en X-Auth-Sender: U2FsdGVkX18pRsUGCxcXZYZ5i9rULQnX5AVgQ+vok03kOnpJ32rp+g== Cancel-Lock: sha1:zzazxKegLwPNb8whh3kQUDrDG18= To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Charles Sandmann wrote: > "Rugxulo" wrote in message > >> An 160k file of mine can be shrunk to 130k if I convert spaces >> to tabs. But actually it .ZIPs up to approximately the same >> size either way, so it's less of an issue. > > 1) Files with tabs compile directly (30K always saved, can't say > the same about compressed files) > 2) That 30K reading and writing from disk on editors adds up over > the years > 3) The compile speed is marginally faster since there are fewer > chars to process > 4) I'll haunt you *FOREVER* if you say disk space is cheap and it > doesn't matter ;-) Disk space is cheap, but it does matter. You are allowed to decompress the source files before compiling them. The complete source package, with make files etc., can be kept in a .zip file. The source file with spaces will take up less room than the source file with tabs IN THAT .zip FILE. -- [mail]: Chuck F (cbfalconer at maineline dot net) [page]: Try the download section.