|
Is there a non-allocating version of findall?
|
|
1
|
155
|
October 2, 2024
|
|
Trying to understand low performance compared to C++
|
|
13
|
446
|
October 2, 2024
|
|
Fast evaluation of linear/bilinear expressions and Jacobians from strings
|
|
1
|
120
|
October 1, 2024
|
|
Minimize Watson test function for n=12
|
|
4
|
187
|
September 29, 2024
|
|
Help with optimization
|
|
18
|
259
|
September 28, 2024
|
|
When to use mutable structs?
|
|
1
|
621
|
September 28, 2024
|
|
Rotate lower n bits
|
|
6
|
228
|
September 27, 2024
|
|
Unclear allocations with in-place mutating functions
|
|
14
|
272
|
September 26, 2024
|
|
FunctionWrapper allocating when called
|
|
10
|
263
|
September 26, 2024
|
|
Efficient iteration with fixed size array types without `@generated` functions
|
|
9
|
285
|
September 26, 2024
|
|
Block Diagonal Factorization Performance
|
|
1
|
253
|
September 25, 2024
|
|
Gradient-based adaptative sampling in NeuralPDE
|
|
1
|
54
|
September 25, 2024
|
|
Optimizing sums of products (dot products)
|
|
17
|
852
|
September 24, 2024
|
|
Flux slows down by 10x when moving from local system to high performance cluster
|
|
10
|
368
|
September 24, 2024
|
|
Efficiently creating and updating a struct of SVectors
|
|
10
|
306
|
September 23, 2024
|
|
Quaternion to Euler angles
|
|
4
|
178
|
September 23, 2024
|
|
Pushing elements into a view
|
|
4
|
123
|
September 23, 2024
|
|
Julian way to write this code
|
|
18
|
1046
|
September 22, 2024
|
|
Why fft with MEASURE plan 10x slower than calling fft directly with CUDA.CUFFT?
|
|
7
|
221
|
September 22, 2024
|
|
Why does the speed of Julia in AOT compilation differ from UX4?
|
|
12
|
777
|
September 21, 2024
|
|
Logical "and", &&, and mapreduce
|
|
8
|
255
|
September 21, 2024
|
|
Distributed computing over SLURM array
|
|
11
|
458
|
September 20, 2024
|
|
Tidiest way to reuse variables inside a function to reduce gc time
|
|
8
|
316
|
September 18, 2024
|
|
Different times with @elapsed, @time and @benchmark
|
|
3
|
587
|
September 17, 2024
|
|
Several questions about time evaluation with @time
|
|
7
|
206
|
September 16, 2024
|
|
Module parameters and run-time efficiency
|
|
3
|
95
|
September 17, 2024
|
|
Time integration in OrdinaryDiffEq.jl in Julia is slower than calling it from Python
|
|
12
|
378
|
September 16, 2024
|
|
Nested for loops vs Iterators.product performance
|
|
16
|
396
|
September 16, 2024
|
|
Using Symbolic simplification in DataFramesMeta macros
|
|
8
|
161
|
September 15, 2024
|
|
Performance of loop over multi-dimensional array limited by getindex
|
|
6
|
145
|
September 15, 2024
|