【发布时间】:2015-05-20 17:40:43
【问题描述】:
在我的机器上,使用 Julia 的开发版本,命令 import Distributions 需要 6.6 秒。有没有办法让它更快?静态预编译会成为 Julia 0.4 的一部分吗?
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "help()" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.4.0-dev+4603 (2015-05-02 18:25 UTC)
_/ |\__'_|_|_|\__'_| | Commit 803193e* (17 days old master)
|__/ | x86_64-unknown-linux-gnu
julia> tic(); import Distributions; toc()
elapsed time: 6.62282982 seconds
6.62282982
【问题讨论】:
标签: julia