Multi-threading status?

Since v0.5, julia natively support multi-threading. According to the docs, this is a experimental feature and might be changed some day.

My questions are, what are the goals of multi-threading in julia? What it aim to be like? what it can and can’t do now?

5 Likes

I don’t know much about this, but I noticed the following pull request that might be of interest to you:

https://github.com/JuliaLang/julia/pull/22631