The fastest Statistical Programming Language is …Javascript?
1–10 of 41 posts
Re: The fastest Statistical Programming Language is …Javascript?
#2Re: The fastest Statistical Programming Language is …Javascript?
#3That being said, it does make it easier to develop statistically aware web-apps (a particular interest of mine), so that's definitely good.
Re: The fastest Statistical Programming Language is …Javascript?
#4Re: The fastest Statistical Programming Language is …Javascript?
#5His table shows js is 40x slower on matrix multiplication.
Re: The fastest Statistical Programming Language is …Javascript?
#6Re: The fastest Statistical Programming Language is …Javascript?
#7Re: The fastest Statistical Programming Language is …Javascript?
#8Urrgh. 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?
#9His table shows js is 40x slower on matrix multiplication.
Ergo, JavaScript isn't the fasted language for that matters, because matrix multiplication is too important.
And then there is a bias in those benchmarks, see for example the ones for quicksort: in Python they only time the duration of the sort itself, whereas (at least in Julia and JS) they time both the creation of the random array and the time needed to sort it.
Re: The fastest Statistical Programming Language is …Javascript?
#10Urrgh. 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…
Not that I know what I'm talking about, I've never used Fortran.