|
How to optimise a linear solve in a hot loop?
|
|
7
|
204
|
October 3, 2024
|
|
Is there a non-allocating version of findall?
|
|
1
|
143
|
October 2, 2024
|
|
Trying to understand low performance compared to C++
|
|
13
|
398
|
October 2, 2024
|
|
Fast evaluation of linear/bilinear expressions and Jacobians from strings
|
|
1
|
104
|
October 1, 2024
|
|
Minimize Watson test function for n=12
|
|
4
|
167
|
September 29, 2024
|
|
Help with optimization
|
|
18
|
213
|
September 28, 2024
|
|
When to use mutable structs?
|
|
1
|
477
|
September 28, 2024
|
|
Rotate lower n bits
|
|
6
|
205
|
September 27, 2024
|
|
Unclear allocations with in-place mutating functions
|
|
14
|
205
|
September 26, 2024
|
|
FunctionWrapper allocating when called
|
|
10
|
217
|
September 26, 2024
|
|
Efficient iteration with fixed size array types without `@generated` functions
|
|
9
|
233
|
September 26, 2024
|
|
Block Diagonal Factorization Performance
|
|
1
|
242
|
September 25, 2024
|
|
Gradient-based adaptative sampling in NeuralPDE
|
|
1
|
44
|
September 25, 2024
|
|
Optimizing sums of products (dot products)
|
|
17
|
721
|
September 24, 2024
|
|
Flux slows down by 10x when moving from local system to high performance cluster
|
|
10
|
328
|
September 24, 2024
|
|
Efficiently creating and updating a struct of SVectors
|
|
10
|
257
|
September 23, 2024
|
|
Quaternion to Euler angles
|
|
4
|
162
|
September 23, 2024
|
|
Pushing elements into a view
|
|
4
|
107
|
September 23, 2024
|
|
Julian way to write this code
|
|
18
|
991
|
September 22, 2024
|
|
Why fft with MEASURE plan 10x slower than calling fft directly with CUDA.CUFFT?
|
|
7
|
199
|
September 22, 2024
|
|
Why does the speed of Julia in AOT compilation differ from UX4?
|
|
12
|
573
|
September 21, 2024
|
|
Logical "and", &&, and mapreduce
|
|
8
|
229
|
September 21, 2024
|
|
Distributed computing over SLURM array
|
|
11
|
373
|
September 20, 2024
|
|
Tidiest way to reuse variables inside a function to reduce gc time
|
|
8
|
269
|
September 18, 2024
|
|
Different times with @elapsed, @time and @benchmark
|
|
3
|
486
|
September 17, 2024
|
|
Several questions about time evaluation with @time
|
|
7
|
169
|
September 16, 2024
|
|
Module parameters and run-time efficiency
|
|
3
|
77
|
September 17, 2024
|
|
Time integration in OrdinaryDiffEq.jl in Julia is slower than calling it from Python
|
|
12
|
337
|
September 16, 2024
|
|
Nested for loops vs Iterators.product performance
|
|
16
|
340
|
September 16, 2024
|
|
Using Symbolic simplification in DataFramesMeta macros
|
|
8
|
105
|
September 15, 2024
|