由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - julia有前途吗? (转载)
相关主题
how to assign new value to loop variables?有没有大牛说说C里边for循环的坏处
Perl 6 改动很大很恶心请教python
how to use array to simulate multi loops看来vert.x没啥戏呀
怎么判断int a[]的array的实际长度?我这样把一个2D array 的每个column的数据导入到1D array的方法对不对?
这段 C++ 怎么改才能编译?golang的method是后来加的?
请教一个C++问题一个C++的概念问题
How to compare data in an Array and in Xml (转载)a simple question
Simplest way to iterate array from both ends alternatively?A question about sharing data inside a C++ class
相关话题的讨论汇总
话题: julia话题: 前途话题: currently话题: 大伙儿话题: array
进入Programming版参与讨论
1 (共1页)
s*********e
发帖数: 1051
1
【 以下文字转载自 Statistics 讨论区 】
发信人: statcompute (statcompute), 信区: Statistics
标 题: julia有前途吗?
发信站: BBS 未名空间站 (Mon Dec 23 00:23:16 2013, 美东)
大伙儿说说呗。。。
t****a
发帖数: 1212
2
好久没关注了,它的library攒的怎么样了啊?
貌似github上有一堆基本的统计算法和作图包,不过要达到R那样深入各个研究领域还
差得远啊,即使语言本身好,解释器好。
做科学计算得靠library啊。
e*******o
发帖数: 4654
3
我几个月前试了一下一个图形库,Gadly ? 例子都跑不了。
等火了再学吧,反正也不难。

【在 t****a 的大作中提到】
: 好久没关注了,它的library攒的怎么样了啊?
: 貌似github上有一堆基本的统计算法和作图包,不过要达到R那样深入各个研究领域还
: 差得远啊,即使语言本身好,解释器好。
: 做科学计算得靠library啊。

r*g
发帖数: 3159
4
没成熟的东西没必要跟。
可能搞了半天,碰到个问题过不去,一问, 'oh,我们还没弄好‘。
看看这个:
http://stackoverflow.com/questions/20613817/julia-julia-lang-pe
The global environment is currently very slow in Julia, because the types
all variables have to be checked on every iteration. Loops should usually be
written in a function.
You seem to use array slicing. Currently that makes a copy because Julia
does not have fast Array views. You might try to switch them for subarray,
but they are currently much slower than they should.
这些东西用户有必要知道吗?

【在 s*********e 的大作中提到】
: 【 以下文字转载自 Statistics 讨论区 】
: 发信人: statcompute (statcompute), 信区: Statistics
: 标 题: julia有前途吗?
: 发信站: BBS 未名空间站 (Mon Dec 23 00:23:16 2013, 美东)
: 大伙儿说说呗。。。

1 (共1页)
进入Programming版参与讨论
相关主题
A question about sharing data inside a C++ class这段 C++ 怎么改才能编译?
请教改numpy array的dtype请教一个C++问题
intel icc hash_map 求救!How to compare data in an Array and in Xml (转载)
STL感觉实在太变态了Simplest way to iterate array from both ends alternatively?
how to assign new value to loop variables?有没有大牛说说C里边for循环的坏处
Perl 6 改动很大很恶心请教python
how to use array to simulate multi loops看来vert.x没啥戏呀
怎么判断int a[]的array的实际长度?我这样把一个2D array 的每个column的数据导入到1D array的方法对不对?
相关话题的讨论汇总
话题: julia话题: 前途话题: currently话题: 大伙儿话题: array