home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / scheme / 2039 < prev    next >
Encoding:
Internet Message Format  |  1992-08-17  |  912 b 

  1. Path: sparky!uunet!wupost!sdd.hp.com!cs.utexas.edu!sun-barr!ames!agate!anarres.CS.Berkeley.EDU!bh
  2. From: bh@anarres.CS.Berkeley.EDU (Brian Harvey)
  3. Newsgroups: comp.lang.scheme
  4. Subject: Re: random rant on random files
  5. Date: 17 Aug 1992 14:26:46 GMT
  6. Organization: University of California at Berkeley
  7. Lines: 8
  8. Message-ID: <16ocv6INNl87@agate.berkeley.edu>
  9. References: <9208130624.1.11214@cup.portal.com> <700@data.rain.com>
  10. NNTP-Posting-Host: anarres.cs.berkeley.edu
  11.  
  12. I don't find this "store" idea obvious at all.  Does it live in memory
  13. or on the disk?  If on the disk, does that mean there is a redundant
  14. disk-to-disk copy when I finally use store->file?  If in memory, how
  15. do you handle gigabyte stores?
  16.  
  17. I'm not necessarily objecting to the idea.  I just need to see more
  18. discussion than was posted about why this is thought preferable to
  19. just adding seek, binary-read, and binary-write to the port mechanism.
  20.