home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / MLFASTWR.ZIP / READ.ME < prev    next >
Encoding:
Text File  |  1989-08-26  |  1.0 KB  |  24 lines

  1. I have included all routines of my creation - the timing mechanism - TPTIMER
  2. is floating around on almost all bbs's - you can put in your own if you want
  3. to recreate the exe.
  4.  
  5.           Released into the public domain !
  6.  
  7. These are the results for a Sperry Micro-IT (8 Mhz 286 / 0 ws / EGA)
  8.  
  9. MLFW is moving data to screen leaving attribute byte alone
  10. MLFW with attrib is changing attribute byte based on users data
  11. TP5 write is standart gotoxy / write
  12.  
  13.             ____________________________________
  14.  
  15. Results for 100 screens (25 lines per screen) of 60 bytes - 150,000 bytes
  16.                                                                                 
  17. Elapsed time (in ms) MLFW:             530.292
  18. Elapsed time (in ms) MLFW with Attrib: 941.231
  19. Elapsed time (in ms) TP5 WRITE:        4171.653
  20.                                                                                 
  21.                                                            Miles Levy
  22.                                                            Glen Cove, NY
  23.  
  24.