home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / utilities / utilss / siod / !Siod / Docs / siod_tim < prev   
Text File  |  1993-03-01  |  2KB  |  44 lines

  1. New timings, SIOD v2.7
  2.  
  3.  
  4. Make     Model             FIB(5) FIB(10) FIB(15) FIB(20)  20/FIB(20)
  5. SUN      ?                 0.00   0.02     0.12   1.17
  6. SUN      4/690             0.00   0.00     0.10   1.27
  7.  
  8.  
  9.  
  10.  
  11. Here are some timings taken with version 1.3 of SIOD. The new version 1.5
  12. is slightly faster. If you do timings it is interesting to try it
  13. with and without the mark-and-sweep GC, and with various heap sizes.
  14.  
  15. Please report both total and GC times, heap size, and kinds of GC's used
  16. to: GJC@PARADIGM.COM
  17.  
  18. Make     Model             FIB(5) FIB(10) FIB(15) FIB(20)  20/FIB(20)
  19. Sun      4                  0.00   0.02    0.38     4.2     4.76
  20. DIGITAL  8530(VMS)          0.00   0.07    0.78     8.5     2.35
  21. Sun      3/280              0.00   0.10    0.88     8.5     2.35
  22. DIGITAL  VS-3200(VMS)       0.01   0.11    1.28    14.2     1.41
  23. Sun      3/180              0.02   0.15    1.56    17.5     1.14
  24. Encore   Multimax(NS32)     0.02   0.17    1.85    20.5     0.97
  25. DIGITAL  VS-2000            0.02   0.30    3.56    39.7     0.50
  26. Encore   Multimax(NS16)     0.03   0.33    3.63    40.4     0.49
  27. AMIGA    500 LATTICE C      0.00   0.00    5.00    55.0(x)  0.36
  28.  
  29. Unix compilations done with the -O flag. All 68020 machines
  30. with -f68881. Heap size of 120000 used. Timing done with standard-fib
  31. procedure in siod.scm using SIOD Version 1.3 (which is slightly slower
  32. than earlier versions). AMIGA 500 FIB(20) time is extrapolated from
  33. the FIB(15) time.
  34.  
  35. Check to be sure that your standard-fib returns the following:
  36.  
  37.  n  FIB(n)  Cons Work
  38.  5      5      66
  39. 10     55     795
  40. 15    610    8877
  41. 20   6765   98508
  42.  
  43. (Figures above for -n0, no inums)
  44.