home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / forth / compiler / bbl / doc / alpha3.doc < prev    next >
Encoding:
Text File  |  1986-10-25  |  933 b   |  30 lines

  1. Benchmarks for Eratosthenes Sieve 10 iterations
  2.  
  3. BBL public domain 32-bit Forth performs as well as the best
  4. 16-bit Forths on the Eratosthenes sieve.
  5.  
  6. Run on standard 8088 at 4.77 Mz.
  7.  
  8. time    relative speed
  9. ====    ==============
  10.  
  11. 45      2     Fastest of 16-bit Forths
  12.  
  13. 46      2     Public domain BBL 32-bit Forth
  14.               uses absolute 32 bit seg:offset machine addresses
  15.               32 bit data and 16 bit tokens
  16.  
  17. 47      2     Harvard Softworks
  18.               uses 16 bit data, 16 bit addresses, with ability to
  19.               change segment registers
  20.  
  21. 65      1.4   Public domain Laxen & Perry 16 bit Forth
  22.  
  23. 92      1     Laboratory Microsystems PC/Forth+ 3.00 32-bit Forth
  24.               uses paragraph aligned definitions and 16 bit tokens.
  25.  
  26. 105.5   .87   Laboratory Microsystems PC/Forth+ 2.00 32 bit Forth
  27.               uses mixed 16,24 bit tokens
  28.  
  29. 145     .6    Slowest of 16 bit Forths
  30.