Web apps are all the rage because of accessibility. However, there are usually problems with trying to modify some existing software to be a web app: specifically user interface and performance. In order for a web application to perform well, it must be a…
Similar
Visual demo of how a Julia set ( c=.274-.008i) can be generated from repeated transformations of a circle. Please see http://www.karlsims.com/julia.html for ... (more…)
Read more »
Introduction/Roadmap Last year at JuliaCon, Matt Fishman and I gave a talk about our ongoing effort to port the ITensor code from C++ to Julia. At the time, I mentioned that we had begun trying to integrate a GPU-based tensor contraction backend and were ... (more…)
Read more »
a Julia package that provides macros for dynamic and static dispatch of function calls based on the types of the input arguments. - dmgcodevil/dispatch-jl... (more…)
Read more »
A tale of numbers that like to turn: a different look at complex numbers and the strange things they do. (more…)
Read more »
In my previous blog post, I discussed how to use Cython to get a more than hundredfold speed improvement on training an adaptive equaliser for optical communications experiments and simulations. The downside to that gain was that the optimised Cython-code... (more…)
Read more »