1
2
3
4
5
6
7
8
9
10
11
12
13
phablet@ubuntu-phablet:~/bench-go-rust-swift-master/src$ time ./swift-fib
1134903170

real 0m8.743s
user 0m8.700s
sys 0m0.020s

phablet@ubuntu-phablet:~/bench-go-rust-swift-master/src$ time ./go-fib
1134903170

real 0m14.587s
user 0m14.590s
sys 0m0.000s