Skip to content

Instantly share code, notes, and snippets.

@terasakisatoshi
Created January 21, 2018 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save terasakisatoshi/39398cc3127e7a49e736bb58cf7ff3ea to your computer and use it in GitHub Desktop.
Save terasakisatoshi/39398cc3127e7a49e736bb58cf7ff3ea to your computer and use it in GitHub Desktop.
ising result
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
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