Fork me on GitHub
#clojure-poland
<
2021-03-27
>
nooga21:03:40

➜  let-go git:(main) ✗ bb -e '(time (loop [x 1000000] (if (pos? x) (recur (dec x)) x)))'
"Elapsed time: 338.592783 msecs"
0
➜  let-go git:(main) ✗ joker -e '(time (loop [x 1000000] (if (pos? x) (recur (dec x)) x)))'
"Elapsed time: 1662.035000 msecs"
0
➜  let-go git:(main) ✗ ./lg -e '(time (loop [x 1000000] (if (pos? x) (recur (dec x)) x)))'
Elapsed: <go.time.Duration 587.623256ms>
0
➜  let-go git:(main) ✗ planck -e '(time (loop [x 1000000] (if (pos? x) (recur (dec x)) x)))'
"Elapsed time: 1.365266 msecs"
0

nooga21:03:54

lg to ta moja zabawka

nooga21:03:53

wiadomo planck oszukuje, nie jest źle 😄