Created
January 21, 2018 20:16
-
-
Save terasakisatoshi/39398cc3127e7a49e736bb58cf7ff3ea to your computer and use it in GitHub Desktop.
ising result
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ising Model niter=1e9の場合の計測時間表. | |
PC環境 | |
--------------------------- | |
julia>versioninfo() | |
Platform Info: | |
OS: macOS (x86_64-apple-darwin14.5.0) | |
CPU: Intel(R) Core(TM) M-5Y51 CPU @ 1.10GHz | |
WORD_SIZE: 64 | |
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell) | |
LAPACK: libopenblas64_ | |
LIBM: libopenlibm | |
LLVM: libLLVM-3.9.1 (ORCJIT, broadwell) | |
--------------------------- | |
時間計測結果[秒] 小数第3位で四捨五入 | |
Julia 10.58 | |
Rust 12.05 | |
Nim 17.37 | |
Python(with Numba) 17.50 | |
Cython 56.01 | |
Go 1m23.67 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ising Model niter=1e9の場合の計測時間表. | |
PC環境 | |
--------------------------- | |
julia>versioninfo() | |
Platform Info: | |
OS: macOS (x86_64-apple-darwin14.5.0) | |
CPU: Intel(R) Core(TM) M-5Y51 CPU @ 1.10GHz | |
WORD_SIZE: 64 | |
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell) | |
LAPACK: libopenblas64_ | |
LIBM: libopenlibm | |
LLVM: libLLVM-3.9.1 (ORCJIT, broadwell) | |
--------------------------- | |
時間計測結果[秒] 小数第3位で四捨五入 | |
Julia 10.58 | |
Rust 12.05 | |
Nim 17.37 | |
Python(with Numba) 17.50 | |
Cython 56.01 | |
Go 1m23.67 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment