Y
Hacker News
new
|
ask
|
show
|
jobs
by
celrod
1830 days ago
Also, note that Julia starts with only a single thread by default. You'd either need to add `-t4` when starting julia, e.g. `julia -t4`, or set the environmental variable `JULIA_NUM_THREADS=4` for 4 threads, for example.