|
Why is the matrix multiplication with integer matrices much slower than with float ones?
|
|
6
|
585
|
June 27, 2023
|
|
Is 1.9 great or what?
|
|
16
|
2271
|
June 27, 2023
|
|
Advanced tricks to reduce memory allocations of ODE
|
|
7
|
658
|
June 27, 2023
|
|
Allocations when creating array
|
|
16
|
565
|
June 27, 2023
|
|
Performance & Profiling Tips for Beginner Code
|
|
14
|
2179
|
June 26, 2023
|
|
Unexpected performance mismatch in gradients for "compiled-tape-in-tape" experiment
|
|
0
|
222
|
June 25, 2023
|
|
How to achieve multi-threaded vectorized FMA operations in the for-loop for SAXPY?
|
|
2
|
471
|
June 25, 2023
|
|
Why using a mutable struct type argument to create instances creates a 50x slowdown?
|
|
7
|
672
|
June 25, 2023
|
|
[YouTube/GitHub] What is the FASTEST Computer Language? 45 Languages Tested
|
|
18
|
3260
|
June 24, 2023
|
|
Optimise calculation with NxNxMxM matrix
|
|
17
|
907
|
June 22, 2023
|
|
Extra allocations performing dot product in ODE callback
|
|
3
|
306
|
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
|
587
|
June 23, 2023
|
|
Efficient Hessian assembling within an interior point method
|
|
0
|
218
|
June 23, 2023
|
|
Comprehensions versus pre-allocation
|
|
16
|
2264
|
June 22, 2023
|
|
Question: derefing named tuples
|
|
1
|
221
|
June 21, 2023
|
|
Are there any pentadiagonal system solvers?
|
|
0
|
310
|
June 21, 2023
|
|
Can constant propagation transform integer powers of -1 to an if/else?
|
|
5
|
358
|
June 16, 2023
|
|
Can Julia achieve fine grained control of performance without sacrificing ease of use?
|
|
14
|
977
|
June 16, 2023
|
|
FlameGraph ProfileView not showing matrix operations
|
|
2
|
414
|
June 15, 2023
|
|
Compiled program from PackageCompiler is much slower than REPL?
|
|
3
|
1702
|
June 15, 2023
|
|
Optimizing code with array assignments
|
|
12
|
617
|
June 15, 2023
|
|
Parallelizing file processing with the least amount of overhead
|
|
2
|
599
|
June 14, 2023
|
|
How to enable vectorized fma instruction for multiply-add vectors?
|
|
10
|
969
|
June 14, 2023
|
|
Optimzing many linear solves
|
|
2
|
330
|
June 14, 2023
|
|
Multithreading with shared memory caches
|
|
27
|
2387
|
June 13, 2023
|
|
Why does the following setindex call allocate?
|
|
6
|
574
|
June 12, 2023
|
|
PyCall minimal overhead
|
|
15
|
2762
|
June 12, 2023
|
|
Performance of hasmethod vs try-catch on MethodError
|
|
22
|
1609
|
June 11, 2023
|
|
Minimizing PythonCall overhead with BenchmarkTools
|
|
4
|
461
|
June 9, 2023
|
|
VSCode server weirdly slow in SSH
|
|
1
|
2723
|
June 8, 2023
|