Null initialisation for a loop that appends vectors
|
|
10
|
154
|
August 24, 2025
|
Performance of `exp(A)` for 9x9 anti-Hermitian matrix: Julia vs. PyTorch vs. MATLAB (CPU & GPU)
|
|
26
|
634
|
August 20, 2025
|
Optimisation over grid of parameters with `Optimization.jl`
|
|
7
|
208
|
August 18, 2025
|
Should Rationals be explicitly converted?
|
|
11
|
233
|
August 5, 2025
|
Dealing with type stability when nothing can be returned
|
|
1
|
79
|
July 25, 2025
|
[ANN] ReactiveGraphs.jl - Reactive programming with a computational graph
|
|
10
|
1006
|
July 25, 2025
|
Parametric Structs
|
|
10
|
276
|
July 23, 2025
|
Why is my parallelized running time is twice of the single run
|
|
8
|
289
|
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
|
64
|
July 10, 2025
|
How far does type instability propagate?
|
|
10
|
461
|
July 4, 2025
|
Huge performance variance with `if` options in loops
|
|
4
|
165
|
July 4, 2025
|
NumPy is faster than Julia 1.11 for maximum function
|
|
25
|
784
|
July 4, 2025
|
Block matrix linear solve performance
|
|
6
|
276
|
June 15, 2025
|
Is it possible to reinterpret and reshape without allocating?
|
|
11
|
269
|
June 13, 2025
|
Julia (AcceleratedKernels) vs JAX time comparison
|
|
21
|
757
|
June 11, 2025
|
How to better initialize a dictionary containing multidimensional array?
|
|
10
|
79
|
June 4, 2025
|
How to target Intel performance cores only in multithreading
|
|
5
|
1213
|
June 1, 2025
|
Batched matrix-multiplication optimization
|
|
15
|
354
|
May 30, 2025
|
Calling Python function JIT compiled with JAX from Julia without overhead
|
|
25
|
1320
|
May 28, 2025
|
Unusually Slow First Device-to-Host Copy on A100 GPU
|
|
6
|
202
|
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
|
107
|
May 17, 2025
|
[ANN] SmallCollections.jl: fast small vectors, sets and dictionaries
|
|
7
|
945
|
May 15, 2025
|
Python3+@njit faster than julia (rs)
|
|
10
|
671
|
May 13, 2025
|
Slow array access during labeling algorithm
|
|
9
|
219
|
May 7, 2025
|
Startup time of 1000 packages – 53% slower in Julia 1.12 vs 1.10
|
|
50
|
3271
|
May 4, 2025
|
Strange performance results about function mul! with views
|
|
1
|
68
|
April 29, 2025
|
Is it ok to iterate inside a `@simd` loop?
|
|
8
|
285
|
April 25, 2025
|
Startup option to turn off @assert
|
|
10
|
226
|
April 21, 2025
|