FunSQL.jl – Julia library for compositional construction of SQL queries

Julia library for compositional construction of SQL queries – GitHub – MechanicalRabbit/FunSQL.jl: Julia library for compositional construction of SQL queries… Read more

Similar

Performance Tips (Julia)

The Julia Language Docs have a great page on performance tips.  It's worth a read, but the writing is aimed more towards a computer scientist than a data scientist. Here we'll cover some easy performance wins. We find the best way to code in Julia is to:... (more…)

Read more »

Mythbusting Julia’s Speed

Question: I read a lot on the Internet about this programming language called Julia being very fast, but I’m very skeptic. What do you say? Answer: It’s good to be skeptic, but you can try yourself! Q: Some time ago I actually tried and I found it to be v... (more…)

Read more »