fibo-iterate : ------------------------------ | |
Evaluation count : 539580 in 60 samples of 8993 calls. | |
Execution time mean : 113,354044 µs | |
Execution time std-deviation : 3,455371 µs | |
Execution time lower quantile : 107,950936 µs ( 2,5%) | |
Execution time upper quantile : 119,014339 µs (97,5%) | |
Overhead used : 1,633507 ns | |
fibo-lazy-seq : ------------------------------ | |
Evaluation count : 638160 in 60 samples of 10636 calls. | |
Execution time mean : 96,818549 µs | |
Execution time std-deviation : 2,511137 µs | |
Execution time lower quantile : 92,324320 µs ( 2,5%) | |
Execution time upper quantile : 101,180065 µs (97,5%) | |
Overhead used : 1,633507 ns | |
fibo-recur : ------------------------------ | |
Evaluation count : 1017960 in 60 samples of 16966 calls. | |
Execution time mean : 56,285983 µs | |
Execution time std-deviation : 1,681193 µs | |
Execution time lower quantile : 54,120987 µs ( 2,5%) | |
Execution time upper quantile : 59,522576 µs (97,5%) | |
Overhead used : 1,633507 ns | |
fibo-trampoline : ------------------------------ | |
Evaluation count : 956160 in 60 samples of 15936 calls. | |
Execution time mean : 65,309869 µs | |
Execution time std-deviation : 2,272909 µs | |
Execution time lower quantile : 62,521979 µs ( 2,5%) | |
Execution time upper quantile : 69,748727 µs (97,5%) | |
Overhead used : 1,633507 ns | |
fibo-local-vars : ------------------------------ | |
Evaluation count : 130320 in 60 samples of 2172 calls. | |
Execution time mean : 467,227202 µs | |
Execution time std-deviation : 13,190264 µs | |
Execution time lower quantile : 446,724420 µs ( 2,5%) | |
Execution time upper quantile : 488,447763 µs (97,5%) | |
Overhead used : 1,633507 ns | |
fibo-volatile : ------------------------------ | |
Evaluation count : 798360 in 60 samples of 13306 calls. | |
Execution time mean : 77,973893 µs | |
Execution time std-deviation : 2,420353 µs | |
Execution time lower quantile : 75,057724 µs ( 2,5%) | |
Execution time upper quantile : 82,666311 µs (97,5%) | |
Overhead used : 1,633507 ns | |
fibo-with-type : ------------------------------ | |
Evaluation count : 976080 in 60 samples of 16268 calls. | |
Execution time mean : 59,948189 µs | |
Execution time std-deviation : 1,970876 µs | |
Execution time lower quantile : 57,145222 µs ( 2,5%) | |
Execution time upper quantile : 63,384722 µs (97,5%) | |
Overhead used : 1,633507 ns | |
fibo-with-java : ------------------------------ | |
Evaluation count : 1501800 in 60 samples of 25030 calls. | |
Execution time mean : 41,292173 µs | |
Execution time std-deviation : 1,295403 µs | |
Execution time lower quantile : 39,329754 µs ( 2,5%) | |
Execution time upper quantile : 43,271634 µs (97,5%) | |
Overhead used : 1,633507 ns | |
fibo-recur-java-bigint : ------------------------------ | |
Evaluation count : 1495620 in 60 samples of 24927 calls. | |
Execution time mean : 41,463051 µs | |
Execution time std-deviation : 1,454860 µs | |
Execution time lower quantile : 39,384545 µs ( 2,5%) | |
Execution time upper quantile : 44,186069 µs (97,5%) | |
Overhead used : 1,633507 ns |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment