Removing bounds checking for HPC - `--check-bounds=unsafe`?
|
|
22
|
266
|
January 20, 2025
|
Type instability when broadcasting anonymous function
|
|
3
|
67
|
January 19, 2025
|
Advice speeding up a turing model
|
|
7
|
126
|
January 14, 2025
|
Exploring Efficient not in Operations in Julia: Benchmarking Different Methods
|
|
10
|
269
|
January 14, 2025
|
Struct containing a dictionary of cache buffers?
|
|
1
|
33
|
January 10, 2025
|
Poor performance of SIMD vectorization in the latest version of Julia (v1.11.2)
|
|
19
|
724
|
January 8, 2025
|
Calling Python function JIT compiled with JAX from Julia without overhead
|
|
12
|
601
|
December 31, 2024
|
Julia runs slower after many loop iterations (solve ODE problem)
|
|
3
|
106
|
December 29, 2024
|
Performance regression on v1.12 (nightly): `hypot(::Float64, ::Float64)` causes allocations
|
|
1
|
253
|
December 16, 2024
|
Performance of Dictionaries.jl vs Base.Dict
|
|
32
|
3053
|
December 13, 2024
|
Uninvoked logging with interpolated string screws performance
|
|
2
|
40
|
December 13, 2024
|
openBF: 1D blood flow simulations with Julia
|
|
17
|
4181
|
December 5, 2024
|
Interesting post about SIMD dot product (and cosine similarity)
|
|
17
|
743
|
December 2, 2024
|
Unroll setfield!
|
|
30
|
405
|
November 17, 2024
|
Julia can be dramatically slower than Matlab when solving 2D PDE
|
|
42
|
1082
|
November 9, 2024
|
Performance: read data from ascii file, replace `split`
|
|
13
|
226
|
November 12, 2024
|
LinearAlgebra.mul! for complex vectors very slow on Apple Silicon
|
|
5
|
195
|
November 8, 2024
|
Why is FITSIO slow compared with python astropy?
|
|
4
|
198
|
November 2, 2024
|
Most Efficient Way to Compute a Quadratic Matrix Form
|
|
15
|
4118
|
October 27, 2024
|
Why are there no captured variables when the `if` expression is used as an rvalue?
|
|
5
|
180
|
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
|
73
|
October 23, 2024
|
What is the best way to re-use a temporary vector
|
|
16
|
293
|
October 22, 2024
|
How to get BenchmarkTools times in the same unit?
|
|
3
|
84
|
October 16, 2024
|
Unexpected performance outcome. Does accessing struct members cause allocation?
|
|
18
|
251
|
October 16, 2024
|
Performance issue with Vectors vs. 1 Column Matrices
|
|
8
|
213
|
October 13, 2024
|
Choosing CPU for linear algebra: AMD 9950X or something else?
|
|
4
|
268
|
October 4, 2024
|
Calculating Statistics of an Array with A Mask (Masked Array)
|
|
1
|
100
|
October 3, 2024
|
Why re-use factorization(A) rather than inv(A)
|
|
7
|
538
|
September 30, 2024
|