Using type domain information in Julia

In a previous post, I discussed using type domain information to speed up generation of random density matrices with small dimension in Julia. There, we gave the Julia compiler knowledge of the dimension of the matrices at the time it generates code, inst… Read more

Similar

The Motivation for Julia

I guess I can give some historical motivation here. When we started working on Julia in 2009, the Python ecosystem was nowhere near where it is today: PyPy was pretty new (1.0 release 2007, the first version to be able to run any substantial Python app... (more…)

Read more »

Julia Quickstart

Enjoying Julia For Data Science?  Please share us with a friend and follow us on Twitter at @JuliaForDataSci.For this article, we're taking a break from the First Steps series.   This is something between a FAQ and lightning-fast introduction to Julia.  T... (more…)

Read more »