home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / programm / 18196 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  1.1 KB

  1. Path: sparky!uunet!ogicse!flop.ENGR.ORST.EDU!prism.CS.ORST.EDU!divineg
  2. From: divineg@prism.CS.ORST.EDU (Glade Diviney)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: My Fave Snails: Text() & ScrollRaster()
  5. Message-ID: <1ie794INNhj3@flop.ENGR.ORST.EDU>
  6. Date: 6 Jan 93 09:03:32 GMT
  7. Article-I.D.: flop.1ie794INNhj3
  8. Distribution: world
  9. Organization: CS Dept, Oregon State University
  10. Lines: 17
  11. NNTP-Posting-Host: prism.cs.orst.edu
  12.  
  13.  
  14.   I'm writing a text editor (just what the world needs, another text editor!)
  15.   and I'm wondering what techniques those in the know have used to accomplish
  16.   speedy text scrolls/displays in an intuition window.  Specifically:
  17.  
  18.   o-Is using ClipBlit() any faster than ScrollRaster()?  Is there a better
  19.     way whilst remaining OS friendly?
  20.  
  21.   o-Under what conditions does Text() run the fastest?  Is it feasible to 
  22.     write a replacement for it? 
  23.  
  24.   I _know_ there are faster ways of accomplishing this; both QED and JEd,
  25.   and possibly others, move quicker than mine, and I've cut things down
  26.   to bare minimums on redisplays.  Any hints, folks?
  27.  
  28. -=Glade Diviney
  29.   divineg@prism.cs.orst.edu
  30.