|
Comparing Julia structs
|
|
8
|
1531
|
July 13, 2023
|
|
Performance Warning when Solving Parameterized ODE
|
|
2
|
442
|
July 13, 2023
|
|
Broadcasting Heisen-allocations
|
|
2
|
271
|
July 13, 2023
|
|
Is there a function to make an abstractly-typed variable "more" concrete?
|
|
11
|
478
|
July 11, 2023
|
|
Eliminate runtime dispatch for repeated @async calls
|
|
0
|
243
|
July 11, 2023
|
|
Efficient approach to multiply three matrices (M1*M2*M3) and two vectors and a matrix (x*M*y)
|
|
18
|
6063
|
July 10, 2023
|
|
Help to reduce memory allocations in a function
|
|
2
|
240
|
July 10, 2023
|
|
Task/thread-local caches/buffers
|
|
12
|
628
|
July 9, 2023
|
|
Shared data between processes
|
|
0
|
196
|
July 8, 2023
|
|
Low rank factorized AbstractMatrix
|
|
18
|
993
|
July 7, 2023
|
|
Mapreduce performance and dispatch
|
|
0
|
219
|
July 7, 2023
|
|
1.10 alpha significantly slower to start REPL
|
|
9
|
691
|
July 7, 2023
|
|
Customize a random function to sample 3 out of a list of 4097 real numbers
|
|
5
|
273
|
July 7, 2023
|
|
Help me improve this simple function
|
|
12
|
324
|
July 5, 2023
|
|
How can this code be faster than MATLAB?
|
|
12
|
643
|
July 5, 2023
|
|
Why does Pkg.activate(".") require compilation? Time to first project activation
|
|
2
|
379
|
July 5, 2023
|
|
Need help understanding allocations while calling external C library (Proj)
|
|
3
|
268
|
July 4, 2023
|
|
Fast recursion with big rationals
|
|
4
|
431
|
July 1, 2023
|
|
Changing array inside mutable struct passed to function, how to improve performance?
|
|
15
|
477
|
June 27, 2023
|
|
Why is the matrix multiplication with integer matrices much slower than with float ones?
|
|
6
|
436
|
June 27, 2023
|
|
Is 1.9 great or what?
|
|
17
|
2054
|
June 27, 2023
|
|
Advanced tricks to reduce memory allocations of ODE
|
|
7
|
565
|
June 27, 2023
|
|
Allocations when creating array
|
|
16
|
440
|
June 27, 2023
|
|
Performance & Profiling Tips for Beginner Code
|
|
14
|
1850
|
June 26, 2023
|
|
Unexpected performance mismatch in gradients for "compiled-tape-in-tape" experiment
|
|
0
|
193
|
June 25, 2023
|
|
How to achieve multi-threaded vectorized FMA operations in the for-loop for SAXPY?
|
|
2
|
438
|
June 25, 2023
|
|
Why using a mutable struct type argument to create instances creates a 50x slowdown?
|
|
7
|
558
|
June 25, 2023
|
|
[YouTube/GitHub] What is the FASTEST Computer Language? 45 Languages Tested
|
|
18
|
3026
|
June 24, 2023
|
|
Optimise calculation with NxNxMxM matrix
|
|
17
|
714
|
June 22, 2023
|
|
Extra allocations performing dot product in ODE callback
|
|
3
|
249
|
June 23, 2023
|