To the CMUCL team, nice job! I am using cmucl for my graphics art work 
and these are the results from my little test.  It appears to be 4 times 
faster, out of the box, than 18e for my routines.  That's just great!
Thanks a lot!
Blake

  ;; Under version 19a,for size-multiple=1, with interlocking circles as 
underlying grid
; Evaluation took:
;   10.8 seconds of real time
;   10.722656 seconds of user run time
;   0.048828 seconds of system run time
;   25,824,925,688 CPU cycles
;   78 page faults and
;   3,290,016 bytes consed.
;

;;Under version 18e, for size-multiple=1, with interlocking circles as 
underlying grid
; Evaluation took:
;   41.6 seconds of real time
;   38.51172 seconds of user run time
;   3.0625 seconds of system run time
;   99,512,323,048 CPU cycles
;   [Run times include 12.21 seconds GC run time]
;   202 page faults and
;   753,545,048 bytes consed.


Reply via email to