Urrgh. This came through on my feed earlier today, and I left a comment on it. While javascript is fast (and can be used for many things), the real issue with using it for stats is the lack of libraries. More specifically, as far as I know it cannot interface with Fortran. That's a death knell for any statistical programming language, as it means no LAPACK, and no-one (sane) is going to rewrite all of those linear al…
The fastest Statistical Programming Language is …Javascript?
11–20 of 41 posts
Re: The fastest Statistical Programming Language is …Javascript?
#12Urrgh. This came through on my feed earlier today, and I left a comment on it. While javascript is fast (and can be used for many things), the real issue with using it for stats is the lack of libraries. More specifically, as far as I know it cannot interface with Fortran. That's a death knell for any statistical programming language, as it means no LAPACK, and no-one (sane) is going to rewrite all of those linear al…
Is it because it would take a long time or because it's inherently hard?
Re: The fastest Statistical Programming Language is …Javascript?
#13Urrgh. This came through on my feed earlier today, and I left a comment on it. While javascript is fast (and can be used for many things), the real issue with using it for stats is the lack of libraries. More specifically, as far as I know it cannot interface with Fortran. That's a death knell for any statistical programming language, as it means no LAPACK, and no-one (sane) is going to rewrite all of those linear al…
> no-one (sane) is going to rewrite all of those linear algebra libraries Is it because it would take a long time or because it's inherently hard?
Re: The fastest Statistical Programming Language is …Javascript?
#14Urrgh. This came through on my feed earlier today, and I left a comment on it. While javascript is fast (and can be used for many things), the real issue with using it for stats is the lack of libraries. More specifically, as far as I know it cannot interface with Fortran. That's a death knell for any statistical programming language, as it means no LAPACK, and no-one (sane) is going to rewrite all of those linear al…
Re: The fastest Statistical Programming Language is …Javascript?
#15Urrgh. This came through on my feed earlier today, and I left a comment on it. While javascript is fast (and can be used for many things), the real issue with using it for stats is the lack of libraries. More specifically, as far as I know it cannot interface with Fortran. That's a death knell for any statistical programming language, as it means no LAPACK, and no-one (sane) is going to rewrite all of those linear al…
Re: The fastest Statistical Programming Language is …Javascript?
#16PyPy is often faster than v8, so a more complete benchmark should include it.
Re: The fastest Statistical Programming Language is …Javascript?
#17His table shows js is 40x slower on matrix multiplication.
Re: The fastest Statistical Programming Language is …Javascript?
#18Earlier quoted context omitted.
Ergo, JavaScript isn't the fasted language for that matters, because matrix multiplication is too important.
or there is no dedicated library for matrix multiplication compared to the other languages..
Re: The fastest Statistical Programming Language is …Javascript?
#19The fascinating question is: why is Javascript fast? I suppose it is because of the competition between the browsers. Yay for competition!
Re: The fastest Statistical Programming Language is …Javascript?
#20Sorry, R, Matlab, Python, Syntax, Fortran have actual libraries for this stuff, JS, no.