home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / forth / 3770 < prev    next >
Encoding:
Text File  |  1993-01-05  |  1.7 KB  |  41 lines

  1. Newsgroups: comp.lang.forth
  2. Path: sparky!uunet!panther!mothost!merlin.dev.cdx.mot.com!pjd.dev.cdx.mot.com!peterd
  3. From: peterd@pjd.dev.cdx.mot.com (Peter Desnoyers)
  4. Subject: Re: Documenting
  5. Message-ID: <peterd.726243633@pjd.dev.cdx.mot.com>
  6. Sender: news@merlin.dev.cdx.mot.com (Merlin News System)
  7. Nntp-Posting-Host: pjd.dev.cdx.mot.com
  8. Organization: Motorola Codex, Canton, Massachusetts
  9. References: <C03sAB.MoB@starnine.com> <1992Dec31.112348.12448@sol.ctr.columbia.edu> <C0CsnE.CrC@starnine.com> <C0D1tD.IyH.1@cs.cmu.edu>
  10. Date: Tue, 5 Jan 1993 14:20:33 GMT
  11. Lines: 28
  12.  
  13. dwp+@cs.cmu.edu (Doug Philips) writes:
  14.  
  15. >In article <C0CsnE.CrC@starnine.com> mikeh@starnine.com (Mike Haas) writes:
  16. >+They [screens] are also incredibly wasteful...
  17. >[Tedious list of the first line "documentation" for a group of screens
  18. >elided.  -dwp]
  19. >+Simple.  Each is in it's own file.  Clean, clear, and no waste of space.
  20.  
  21. >Whoa a minute here.  Most OS's (those that have EOL characters), also have
  22. >file systems with allocations in units of sectors (or multiple-sector
  23. >unitss), and bunches of tiny files will waste a lot of space.  If this is
  24. >really an issue, then let's be clear about it.
  25.  
  26. On most UNIX machines, the smallest fragment that can be allocated is
  27. between 1/2K and 2K. (1/8 to 1/4 of a block, with block size 4K or 8K)
  28. In addition, some Unix file systems can store tiny files (e.g. <60
  29. bytes) in the directory entry - i.e. for free. [see the recent
  30. discussion in comp.os.linux.]
  31.  
  32. Screens are *not* more efficient with regards to storage than file
  33. systems. 
  34.  
  35. [besides, I go batty trying to work on a 24-line display, never mind
  36. 16 lines. 65 lines is what fits on a sheet of paper, and it's what god
  37. meant us to read code in chunks of :-)]
  38.  
  39.                 Peter Desnoyers
  40. -- 
  41.