lisp lang update
обновляю значения на пк, он быстрее ноута
This commit is contained in:
parent
8f2a07ff2f
commit
3999a30496
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
(defun b1 ()
|
(defun b1 ()
|
||||||
(let ((x 0))
|
(let ((x 0))
|
||||||
(dotimes (n 250000000) (incf x))
|
(dotimes (n 500000000) (incf x))
|
||||||
x))
|
x))
|
||||||
|
|
||||||
(defun b2 ()
|
(defun b2 ()
|
||||||
|
|
|
||||||
|
|
@ -13,4 +13,4 @@ cmd
|
||||||
|
|
||||||
/usr/bin/time -v ./solution3 477550 25000 1525 35300 19410 19410 1525 25000 15800 35300 25000 35300 1525 19410 15800 15800 25000 1525 15800 19410 35300 19410 25000 1525 35300 15800
|
/usr/bin/time -v ./solution3 477550 25000 1525 35300 19410 19410 1525 25000 15800 35300 25000 35300 1525 19410 15800 15800 25000 1525 15800 19410 35300 19410 25000 1525 35300 15800
|
||||||
|
|
||||||
|
hyperfine './solution 382040 15800 1525 35300 19410 25000 15800 1525 35300 19410 25000 15800 1525 35300 19410 25000 15800 1525 35300 19410 25000'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue