GPU Programming in Julia

Questions? Please register for JuliaCon: https://juliacon.org/2021/tickets/ and you will receive the link for Q/A via email. See you there!Julia has several … Read more

Similar

Strings vs. Symbols in Julia’s DataFrames

In DataFrames.jl you can use both symbols and strings for column indexing. Which to choose is one of the topics that new users ask about most frequently. In this post I will explain why both options are supported and what is a difference between them. Not... (more…)

Read more »