home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / programm / 18241 < prev    next >
Encoding:
Text File  |  1993-01-06  |  855 b   |  22 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!think.com!sdd.hp.com!news.cs.indiana.edu!noose.ecn.purdue.edu!gn.ecn.purdue.edu!seifert
  3. From: seifert@gn.ecn.purdue.edu (Michael S. Seifert)
  4. Subject: OS 'Move/Draw' speed
  5. Message-ID: <1993Jan7.035143.5678@gn.ecn.purdue.edu>
  6. Organization: Purdue University Engineering Computer Network
  7. Date: Thu, 7 Jan 93 03:51:43 GMT
  8. Lines: 12
  9.  
  10.  
  11. The other day I ran a simple test to compare the speed of the Draw function
  12. to a simple direct line blit taken from the 1.3 hardware ref manual.  Ive
  13. always heard that the Draw routine is terribly slow, but in my tests, it
  14. wasnt much slower than the blitter example...
  15.  
  16. Now, I know the Draw routine is slow, so whats up?  What kind of line
  17. routine would be the wisest to create-- or do real programmers code their
  18. own line routine and use the cpu to draw it???
  19.  
  20. mike
  21.  
  22.