|
How to get a zero-overhead view?
|
|
16
|
946
|
August 14, 2023
|
|
Speeding up a function
|
|
43
|
1449
|
August 14, 2023
|
|
Type-unstable application of `map`
|
|
4
|
442
|
August 13, 2023
|
|
Generate sub-tuples in an efficient, type-stable way
|
|
2
|
390
|
August 12, 2023
|
|
The state of loop optimization in Julia
|
|
1
|
534
|
August 11, 2023
|
|
Problem of unnecessarily iterating many times in for loop
|
|
18
|
664
|
August 10, 2023
|
|
One Julia sys.so is slower than the other
|
|
0
|
209
|
August 10, 2023
|
|
Julia equivalent of R's quantile function
|
|
7
|
1378
|
August 10, 2023
|
|
Why does indexing with a scalar allocate memory?
|
|
2
|
324
|
August 9, 2023
|
|
ModelingToolkit compilation time for many small simulations
|
|
5
|
425
|
August 9, 2023
|
|
What does @inbounds actually mean?
|
|
8
|
1942
|
August 8, 2023
|
|
Cache Data Structure for Lazy Array
|
|
5
|
793
|
August 8, 2023
|
|
Optimize for physical cores and caches
|
|
4
|
785
|
August 7, 2023
|
|
Performance tip for Julia 1.9, docker and Pkg.precompile on older CPUs
|
|
0
|
274
|
August 7, 2023
|
|
FFTW.jl support fftw_plan_many_dft?
|
|
6
|
712
|
August 6, 2023
|
|
Symbolics build_function and usage
|
|
1
|
869
|
August 5, 2023
|
|
Why do I get consistently worse performance running as a script than from REPL?
|
|
4
|
434
|
August 5, 2023
|
|
Looping over struct fieldnames in a type-stable way
|
|
3
|
287
|
August 5, 2023
|
|
Can I avoid allocations when broadcasting over slices?
|
|
3
|
246
|
August 4, 2023
|
|
Why is the return type of the following inplace broadcast operation not inferred?
|
|
5
|
337
|
August 3, 2023
|
|
Best way to take trace of matrix product in Julia?
|
|
17
|
1291
|
August 3, 2023
|
|
Speeding up matrix exponential and matrix multiplication
|
|
58
|
2484
|
August 1, 2023
|
|
Too much garbage collection for a simple vector addition operation
|
|
12
|
745
|
July 29, 2023
|
|
X * y + z does not automatically use FMA instruction
|
|
31
|
3249
|
July 27, 2023
|
|
Help with speeding up this code
|
|
30
|
1848
|
July 10, 2023
|
|
Challenge: Can you beat Python and C++ in Int4 Matrix-Vector Multiply Op?
|
|
10
|
1760
|
July 25, 2023
|
|
Squeezing max performance out of findlast
|
|
0
|
284
|
July 24, 2023
|
|
Solving ODE inside a double for loop
|
|
9
|
456
|
July 24, 2023
|
|
Having issues speeding up code with multithreading
|
|
19
|
842
|
July 16, 2023
|
|
Fast Hessian and Gradient for PINNS using Enzyme/Zygote
|
|
0
|
406
|
July 23, 2023
|