all tasks
This commit is contained in:
parent
b83f433714
commit
68f8f3e56b
14735 changed files with 178959 additions and 0 deletions
8
Task/Time-a-function/Common-Lisp/time-a-function-1.lisp
Normal file
8
Task/Time-a-function/Common-Lisp/time-a-function-1.lisp
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
CL-USER> (time (reduce #'+ (make-list 100000 :initial-element 1)))
|
||||
Evaluation took:
|
||||
0.151 seconds of real time
|
||||
0.019035 seconds of user run time
|
||||
0.01807 seconds of system run time
|
||||
0 calls to %EVAL
|
||||
0 page faults and
|
||||
2,400,256 bytes consed.
|
||||
Loading…
Add table
Add a link
Reference in a new issue