Calculating Statistics of an Array with A Mask (Masked Array)
|
|
1
|
141
|
October 3, 2024
|
Same performances between type-stable and type-unstable code
|
|
13
|
268
|
October 3, 2024
|
How to optimise a linear solve in a hot loop?
|
|
7
|
170
|
October 3, 2024
|
Is there a non-allocating version of findall?
|
|
1
|
126
|
October 2, 2024
|
Trying to understand low performance compared to C++
|
|
13
|
329
|
October 2, 2024
|
Fast evaluation of linear/bilinear expressions and Jacobians from strings
|
|
1
|
91
|
October 1, 2024
|
Minimize Watson test function for n=12
|
|
4
|
152
|
September 29, 2024
|
Help with optimization
|
|
18
|
134
|
September 28, 2024
|
When to use mutable structs?
|
|
1
|
348
|
September 28, 2024
|
Rotate lower n bits
|
|
6
|
173
|
September 27, 2024
|
Unclear allocations with in-place mutating functions
|
|
14
|
124
|
September 26, 2024
|
FunctionWrapper allocating when called
|
|
10
|
157
|
September 26, 2024
|
Efficient iteration with fixed size array types without `@generated` functions
|
|
9
|
200
|
September 26, 2024
|
Block Diagonal Factorization Performance
|
|
1
|
218
|
September 25, 2024
|
Gradient-based adaptative sampling in NeuralPDE
|
|
1
|
30
|
September 25, 2024
|
Optimizing sums of products (dot products)
|
|
17
|
594
|
September 24, 2024
|
Flux slows down by 10x when moving from local system to high performance cluster
|
|
10
|
290
|
September 24, 2024
|
Efficiently creating and updating a struct of SVectors
|
|
10
|
196
|
September 23, 2024
|
Quaternion to Euler angles
|
|
4
|
119
|
September 23, 2024
|
Pushing elements into a view
|
|
4
|
83
|
September 23, 2024
|
Julian way to write this code
|
|
18
|
904
|
September 22, 2024
|
Why fft with MEASURE plan 10x slower than calling fft directly with CUDA.CUFFT?
|
|
7
|
165
|
September 22, 2024
|
Why does the speed of Julia in AOT compilation differ from UX4?
|
|
12
|
438
|
September 21, 2024
|
Logical "and", &&, and mapreduce
|
|
8
|
182
|
September 21, 2024
|
Distributed computing over SLURM array
|
|
11
|
246
|
September 20, 2024
|
Tidiest way to reuse variables inside a function to reduce gc time
|
|
8
|
220
|
September 18, 2024
|
Different times with @elapsed, @time and @benchmark
|
|
3
|
369
|
September 17, 2024
|
Several questions about time evaluation with @time
|
|
7
|
126
|
September 16, 2024
|
Module parameters and run-time efficiency
|
|
3
|
55
|
September 17, 2024
|
Time integration in OrdinaryDiffEq.jl in Julia is slower than calling it from Python
|
|
12
|
294
|
September 16, 2024
|