Comparing (R) dplyr vs. (Julia) DataFrames.jl

This time the post is inspired by the proposal of Andrey Oskin
(thank you for submitting it, below I have adapted business problem description
and dplyr source codes that Andrey provided). Read more

Similar

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... (more…)

Read more »

Neutral Style in Julia on GPUs

Have you ever wondered how the app Prisma manages to turn your photos into impressionist paintings? They use, amongst other things, a special type of algorithm called neural styles.

Read more »