You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2026. It is now read-only.
I looked into the newly released Threads.@threading construct in Julia 0.5. It seems that adding parallelization feature to SMC is simple - could be done in a few lines of code (see the parallelsmc branch).
However, the threading feature in Julia is still quite fragile (see e.g. here). I've also filed a bug in the Julia repo.
Maybe we should wait until the Julia team fix these threading bugs and revisit to this feature in a few months time.