How many threads can you run at once Julia?

hi guys
i come from python world, i know that python can only execute 1 thread at 1 time, so can Julia execute multiple threads at 1 time?

Yes, Julia can run multithreaded. See Multi-Threading · The Julia Language

1 Like

thanks
julia doesn’t have a Global Interpreter Lock right?

Correct.

2 Likes