Performance regression on v1.12 (nightly): `hypot(::Float64, ::Float64)` causes allocations
|
|
1
|
207
|
December 16, 2024
|
Performance of Dictionaries.jl vs Base.Dict
|
|
32
|
2996
|
December 13, 2024
|
Uninvoked logging with interpolated string screws performance
|
|
2
|
40
|
December 13, 2024
|
Calling Python function JIT compiled with JAX from Julia without overhead
|
|
10
|
441
|
December 11, 2024
|
openBF: 1D blood flow simulations with Julia
|
|
17
|
4153
|
December 5, 2024
|
Interesting post about SIMD dot product (and cosine similarity)
|
|
17
|
716
|
December 2, 2024
|
Unroll setfield!
|
|
30
|
399
|
November 17, 2024
|
Julia can be dramatically slower than Matlab when solving 2D PDE
|
|
42
|
1057
|
November 9, 2024
|
Performance: read data from ascii file, replace `split`
|
|
13
|
225
|
November 12, 2024
|
LinearAlgebra.mul! for complex vectors very slow on Apple Silicon
|
|
5
|
178
|
November 8, 2024
|
Why is FITSIO slow compared with python astropy?
|
|
4
|
184
|
November 2, 2024
|
Most Efficient Way to Compute a Quadratic Matrix Form
|
|
15
|
4098
|
October 27, 2024
|
Why are there no captured variables when the `if` expression is used as an rvalue?
|
|
5
|
179
|
October 27, 2024
|
What is a good design for a settable global with a known type?
|
|
4
|
94
|
October 26, 2024
|
Rule of thumb to estimate theoretical lower bound on benchmarks?
|
|
4
|
145
|
October 25, 2024
|
Speed up loop for logpdf
|
|
13
|
72
|
October 23, 2024
|
What is the best way to re-use a temporary vector
|
|
16
|
290
|
October 22, 2024
|
How to get BenchmarkTools times in the same unit?
|
|
3
|
83
|
October 16, 2024
|
Unexpected performance outcome. Does accessing struct members cause allocation?
|
|
18
|
250
|
October 16, 2024
|
Performance issue with Vectors vs. 1 Column Matrices
|
|
8
|
212
|
October 13, 2024
|
Choosing CPU for linear algebra: AMD 9950X or something else?
|
|
4
|
226
|
October 4, 2024
|
Calculating Statistics of an Array with A Mask (Masked Array)
|
|
1
|
93
|
October 3, 2024
|
Why re-use factorization(A) rather than inv(A)
|
|
7
|
531
|
September 30, 2024
|
[ANN] AcceleratedKernels.jl - Cross-architecture parallel algorithms for Julia's GPU backends
|
|
16
|
1125
|
September 27, 2024
|
Failing to import (relatively) large CSV file with Julia and VSC
|
|
24
|
676
|
September 22, 2024
|
String optimisation in Julia
|
|
21
|
548
|
September 21, 2024
|
Why does the speed of Julia in AOT compilation differ from UX4?
|
|
12
|
302
|
September 21, 2024
|
Optimising allocations and memory use in ODEProblems
|
|
2
|
66
|
September 18, 2024
|
Several questions about time evaluation with @time
|
|
7
|
97
|
September 16, 2024
|
Time integration in OrdinaryDiffEq.jl in Julia is slower than calling it from Python
|
|
12
|
259
|
September 16, 2024
|