Sharp edge with `Threads.threadid()` and task migration
|
|
64
|
920
|
February 12, 2025
|
Elimination of duplicate atomic loads (more of an llvm question)
|
|
16
|
253
|
February 8, 2025
|
`task_local_storage`, why and where?
|
|
3
|
130
|
February 8, 2025
|
How to quantitatively analyze the impact of memory bandwidth on multithreading
|
|
10
|
142
|
February 6, 2025
|
FFTW scales pretty well (some @btime benchmarks)
|
|
1
|
1682
|
February 4, 2025
|
Multi-thread speed in very large vectors
|
|
11
|
341
|
February 3, 2025
|
Weird behaviour of GC with multithreaded array-access
|
|
2
|
129
|
January 31, 2025
|
Bug in sleep() function - main thread work affecting sleep duration on running tasks
|
|
47
|
2082
|
January 23, 2025
|
Solver and AD advice for nonlinear LS problem
|
|
5
|
114
|
January 21, 2025
|
Poor parallel speedup
|
|
2
|
219
|
January 17, 2025
|
Broadcasting performance
|
|
13
|
531
|
January 6, 2025
|
Improving Efficiency of Embarassingly Parallel Problem Using `Threads`
|
|
7
|
264
|
December 17, 2024
|
Embedding Julia and multiple foreign threads
|
|
3
|
101
|
December 4, 2024
|
Does stdlib network sockets use only first thread?
|
|
6
|
117
|
December 4, 2024
|
Why can Julia spawn new processes but not new threads?
|
|
1
|
314
|
November 30, 2024
|
IntervalOptimisation.jl and threads gives lock conflicts
|
|
10
|
152
|
November 29, 2024
|
Please help me to understand the `OhMyThreads.jl` parallel mutation example
|
|
8
|
184
|
November 27, 2024
|
Is it possible to enforce scheduler to instantly yield to specific task?
|
|
0
|
39
|
November 27, 2024
|
Crash when tuning SVC with multithreading in MLJ.jl
|
|
4
|
48
|
November 21, 2024
|
Reducing Channel Lock Contention with Batches
|
|
4
|
204
|
November 6, 2024
|
Are there any plans to improve the composability of @batch and/or reduce overhead of @threads?
|
|
2
|
122
|
November 5, 2024
|
How to process a dictionary with multi tasking?
|
|
9
|
155
|
November 3, 2024
|
How to write multithreading matrix multiplication
|
|
4
|
217
|
October 29, 2024
|
Parallelized calls to Optim.optimize use the same number of threads as a single threaded call
|
|
4
|
52
|
October 16, 2024
|
IO Parallelism Strategies
|
|
3
|
130
|
October 6, 2024
|
Terminate a task
|
|
2
|
83
|
October 3, 2024
|
How to call PythonCall.jl behind a julia HTTP webserver?
|
|
2
|
63
|
September 24, 2024
|
Is it safe to run Revise from multiple threads?
|
|
2
|
92
|
September 23, 2024
|
Acquiring locks in finalizers
|
|
3
|
137
|
September 20, 2024
|
How to increase the stack size of Julia threads?
|
|
2
|
641
|
September 15, 2024
|