Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 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