Changing struct fields to a different sub-type during run time
|
|
16
|
179
|
September 15, 2025
|
Performance of `exp(A)` for 9x9 anti-Hermitian matrix: Julia vs. PyTorch vs. MATLAB (CPU & GPU)
|
|
29
|
1052
|
August 28, 2025
|
Null initialisation for a loop that appends vectors
|
|
14
|
262
|
August 24, 2025
|
Optimisation over grid of parameters with `Optimization.jl`
|
|
7
|
221
|
August 18, 2025
|
Should Rationals be explicitly converted?
|
|
11
|
245
|
August 5, 2025
|
Dealing with type stability when nothing can be returned
|
|
1
|
85
|
July 25, 2025
|
[ANN] ReactiveGraphs.jl - Reactive programming with a computational graph
|
|
10
|
1018
|
July 25, 2025
|
Parametric Structs
|
|
10
|
288
|
July 23, 2025
|
Why is my parallelized running time is twice of the single run
|
|
8
|
302
|
July 15, 2025
|
Nested loop is slow when indices are in a struct
|
|
2
|
105
|
July 11, 2025
|
How to undo `unsafe_string` call
|
|
1
|
66
|
July 10, 2025
|
How far does type instability propagate?
|
|
10
|
480
|
July 4, 2025
|
Huge performance variance with `if` options in loops
|
|
4
|
168
|
July 4, 2025
|
NumPy is faster than Julia 1.11 for maximum function
|
|
25
|
822
|
July 4, 2025
|
Block matrix linear solve performance
|
|
6
|
288
|
June 15, 2025
|
Is it possible to reinterpret and reshape without allocating?
|
|
11
|
287
|
June 13, 2025
|
Julia (AcceleratedKernels) vs JAX time comparison
|
|
21
|
808
|
June 11, 2025
|
How to better initialize a dictionary containing multidimensional array?
|
|
10
|
85
|
June 4, 2025
|
How to target Intel performance cores only in multithreading
|
|
5
|
1236
|
June 1, 2025
|
Batched matrix-multiplication optimization
|
|
15
|
359
|
May 30, 2025
|
Calling Python function JIT compiled with JAX from Julia without overhead
|
|
25
|
1357
|
May 28, 2025
|
Unusually Slow First Device-to-Host Copy on A100 GPU
|
|
6
|
212
|
May 27, 2025
|
ODE model with preallocated MVectors and still compatible with AD/stiff solvers?
|
|
2
|
53
|
May 22, 2025
|
How is data routed between distributed processes?
|
|
0
|
109
|
May 17, 2025
|
[ANN] SmallCollections.jl: fast small vectors, sets and dictionaries
|
|
7
|
952
|
May 15, 2025
|
Python3+@njit faster than julia (rs)
|
|
10
|
678
|
May 13, 2025
|
Slow array access during labeling algorithm
|
|
9
|
221
|
May 7, 2025
|
Startup time of 1000 packages – 53% slower in Julia 1.12 vs 1.10
|
|
50
|
3331
|
May 4, 2025
|
Strange performance results about function mul! with views
|
|
1
|
69
|
April 29, 2025
|
Is it ok to iterate inside a `@simd` loop?
|
|
8
|
286
|
April 25, 2025
|