home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / cbm / 4433 < prev    next >
Encoding:
Text File  |  1992-11-08  |  1.6 KB  |  31 lines

  1. Newsgroups: comp.sys.cbm
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!ames!kronos.arc.nasa.gov!iscnvx!netcomsv!netcom.com!fuzzy
  3. From: fuzzy@netcom.com (Fuzzy Fox)
  4. Subject: Re: Decreased seek times.
  5. Message-ID: <1992Nov7.235502.3673@netcom.com>
  6. Organization: Foxes 'R' Us - Seven locations to serve you
  7. References: <1992Oct19.172546.1@pembvax1.pembroke.edu><1992Oct20.003624.1876@netcom.com>   <92308.181655K3027E7@ALIJKU11.BITNET> <1992Nov4.015117.7144@pimacc.pima.edu> <sheun.720890127@barney> <1dg4bmINN73i@uniwa.uwa.edu.au>
  8. Date: Sat, 7 Nov 1992 23:55:02 GMT
  9. Lines: 20
  10.  
  11. john@gu.uwa.edu.au (John West) writes:
  12.  
  13. >>I do understand that increasing the transfer rate will not speed things 
  14. >>up because the bottleneck is the 1541 reading/writing sectors.
  15.  
  16. >But it does! I disected one of the early fastloaders - they use the
  17. >standard routines for reading and decoding blocks, and just use their
  18. >own serial routine. That was around 5 times faster, I think.
  19.  
  20. Indeed.  However, a standard fastloader cannot speed up past the 5X mark
  21. without changing the sector interleave factor of the stored files.  Or,
  22. the loader could read the sectors out of order, but that's a very tricky
  23. affair.  It has been done, though, e.g. in the Super Snapshot
  24. fastloader, which can load any file at about 15X speedup.
  25.  
  26. -- 
  27. #ifdef TRUE         | Fuzzy Fox                  fuzzy@netcom.com
  28. #define  TRUE   0   | a.k.a. David DeSimone      an207@cleveland.freenet.edu
  29. #define  FALSE  1   |   "History doesn't repeat itself, but it rhymes."
  30. #endif              |                               -- Mark Twain
  31.