|
How to achieve multi-threaded vectorized FMA operations in the for-loop for SAXPY?
|
|
2
|
440
|
June 25, 2023
|
|
Why using a mutable struct type argument to create instances creates a 50x slowdown?
|
|
7
|
559
|
June 25, 2023
|
|
[YouTube/GitHub] What is the FASTEST Computer Language? 45 Languages Tested
|
|
18
|
3028
|
June 24, 2023
|
|
Optimise calculation with NxNxMxM matrix
|
|
17
|
715
|
June 22, 2023
|
|
Extra allocations performing dot product in ODE callback
|
|
3
|
252
|
June 23, 2023
|
|
Understanding the performance and overhead of a vector of SOA vs a vector of AOS for SIMD and the effect of push!
|
|
1
|
469
|
June 23, 2023
|
|
Efficient Hessian assembling within an interior point method
|
|
0
|
192
|
June 23, 2023
|
|
Comprehensions versus pre-allocation
|
|
16
|
2113
|
June 22, 2023
|
|
Question: derefing named tuples
|
|
1
|
202
|
June 21, 2023
|
|
Are there any pentadiagonal system solvers?
|
|
0
|
276
|
June 21, 2023
|
|
Can constant propagation transform integer powers of -1 to an if/else?
|
|
5
|
323
|
June 16, 2023
|
|
Can Julia achieve fine grained control of performance without sacrificing ease of use?
|
|
14
|
803
|
June 16, 2023
|
|
FlameGraph ProfileView not showing matrix operations
|
|
2
|
360
|
June 15, 2023
|
|
Compiled program from PackageCompiler is much slower than REPL?
|
|
3
|
1608
|
June 15, 2023
|
|
Optimizing code with array assignments
|
|
12
|
482
|
June 15, 2023
|
|
Parallelizing file processing with the least amount of overhead
|
|
2
|
543
|
June 14, 2023
|
|
How to enable vectorized fma instruction for multiply-add vectors?
|
|
10
|
787
|
June 14, 2023
|
|
Optimzing many linear solves
|
|
2
|
288
|
June 14, 2023
|
|
Multithreading with shared memory caches
|
|
27
|
2026
|
June 13, 2023
|
|
Why does the following setindex call allocate?
|
|
6
|
497
|
June 12, 2023
|
|
PyCall minimal overhead
|
|
15
|
2579
|
June 12, 2023
|
|
Performance of hasmethod vs try-catch on MethodError
|
|
22
|
1365
|
June 11, 2023
|
|
Minimizing PythonCall overhead with BenchmarkTools
|
|
4
|
371
|
June 9, 2023
|
|
VSCode server weirdly slow in SSH
|
|
1
|
2470
|
June 8, 2023
|
|
Using ntuple() in generated function
|
|
5
|
339
|
June 8, 2023
|
|
Optimal column to row major conversion
|
|
7
|
972
|
June 7, 2023
|
|
Speed-up graphical lasso code
|
|
0
|
277
|
June 7, 2023
|
|
GPU specifications -- what's the best GPU choice for diffeqGPUs?
|
|
9
|
576
|
June 7, 2023
|
|
How does `--heap_size_hint` relate to improvements for `Sys.total_memory()`?
|
|
0
|
280
|
June 7, 2023
|
|
Faster/performant interpolation of very big arrays
|
|
0
|
253
|
June 7, 2023
|