Parallelizing file processing with the least amount of overhead
|
|
2
|
522
|
June 14, 2023
|
How to enable vectorized fma instruction for multiply-add vectors?
|
|
10
|
737
|
June 14, 2023
|
Optimzing many linear solves
|
|
2
|
272
|
June 14, 2023
|
Multithreading with shared memory caches
|
|
27
|
1896
|
June 13, 2023
|
Why does the following setindex call allocate?
|
|
6
|
476
|
June 12, 2023
|
PyCall minimal overhead
|
|
15
|
2534
|
June 12, 2023
|
Performance of hasmethod vs try-catch on MethodError
|
|
22
|
1294
|
June 11, 2023
|
Minimizing PythonCall overhead with BenchmarkTools
|
|
4
|
350
|
June 9, 2023
|
VSCode server weirdly slow in SSH
|
|
1
|
2411
|
June 8, 2023
|
Using ntuple() in generated function
|
|
5
|
311
|
June 8, 2023
|
Optimal column to row major conversion
|
|
7
|
918
|
June 7, 2023
|
Speed-up graphical lasso code
|
|
0
|
267
|
June 7, 2023
|
GPU specifications -- what's the best GPU choice for diffeqGPUs?
|
|
9
|
525
|
June 7, 2023
|
How does `--heap_size_hint` relate to improvements for `Sys.total_memory()`?
|
|
0
|
273
|
June 7, 2023
|
Faster/performant interpolation of very big arrays
|
|
0
|
239
|
June 7, 2023
|
Is it possible to tune garbage collection for interactivity?
|
|
6
|
288
|
June 6, 2023
|
Inference in nested quadgk
|
|
0
|
210
|
June 6, 2023
|
Julia v1.8 -> v1.9 makes this code 1000x slower
|
|
6
|
579
|
June 6, 2023
|
Generate function that calls sequence of functions in order to avoid recompilation
|
|
3
|
224
|
June 6, 2023
|
Disappointing benchmark results with AMD Threadripper PRO 3975WX 32 Cores
|
|
10
|
855
|
June 6, 2023
|
Rollsum/cumulative optimisation
|
|
12
|
324
|
June 5, 2023
|
Error when processing data from file for linear regression
|
|
7
|
279
|
June 5, 2023
|
Learning Julia by an example of a simple Bayesian linear regression
|
|
10
|
1160
|
June 4, 2023
|
Time to create Union of types in Julia 1.9.0 vs Julia 1.8.5
|
|
4
|
571
|
June 2, 2023
|
Hard Disk storage solution for a (large) array of matrices
|
|
12
|
478
|
June 1, 2023
|
How to achieve good performance with Zygote.pushforward on a neural network
|
|
3
|
1021
|
May 31, 2023
|
Inside closures, captured constructors are much slower than captured functions
|
|
2
|
311
|
May 31, 2023
|
How to correctly design multi-thread cache that's transparent to user iteration?
|
|
10
|
859
|
May 31, 2023
|
Improvements for solving an ODE "piecewise"
|
|
1
|
216
|
May 30, 2023
|
Should I add type annotation to keyword arguments?
|
|
10
|
805
|
May 30, 2023
|