Performance of Dictionaries.jl vs Base.Dict
|
|
32
|
3165
|
December 13, 2024
|
Uninvoked logging with interpolated string screws performance
|
|
2
|
41
|
December 13, 2024
|
openBF: 1D blood flow simulations with Julia
|
|
17
|
4243
|
December 5, 2024
|
Interesting post about SIMD dot product (and cosine similarity)
|
|
17
|
830
|
December 2, 2024
|
Unroll setfield!
|
|
30
|
413
|
November 17, 2024
|
Julia can be dramatically slower than Matlab when solving 2D PDE
|
|
42
|
1144
|
November 9, 2024
|
Performance: read data from ascii file, replace `split`
|
|
13
|
271
|
November 12, 2024
|
LinearAlgebra.mul! for complex vectors very slow on Apple Silicon
|
|
5
|
290
|
November 8, 2024
|
Why is FITSIO slow compared with python astropy?
|
|
4
|
254
|
November 2, 2024
|
Most Efficient Way to Compute a Quadratic Matrix Form
|
|
15
|
4240
|
October 27, 2024
|
Why are there no captured variables when the `if` expression is used as an rvalue?
|
|
5
|
184
|
October 27, 2024
|
What is a good design for a settable global with a known type?
|
|
4
|
97
|
October 26, 2024
|
Rule of thumb to estimate theoretical lower bound on benchmarks?
|
|
4
|
147
|
October 25, 2024
|
Speed up loop for logpdf
|
|
13
|
75
|
October 23, 2024
|
What is the best way to re-use a temporary vector
|
|
16
|
303
|
October 22, 2024
|
How to get BenchmarkTools times in the same unit?
|
|
3
|
111
|
October 16, 2024
|
Unexpected performance outcome. Does accessing struct members cause allocation?
|
|
18
|
252
|
October 16, 2024
|
Performance issue with Vectors vs. 1 Column Matrices
|
|
8
|
217
|
October 13, 2024
|
Choosing CPU for linear algebra: AMD 9950X or something else?
|
|
4
|
429
|
October 4, 2024
|
Calculating Statistics of an Array with A Mask (Masked Array)
|
|
1
|
126
|
October 3, 2024
|
Why re-use factorization(A) rather than inv(A)
|
|
7
|
573
|
September 30, 2024
|
[ANN] AcceleratedKernels.jl - Cross-architecture parallel algorithms for Julia's GPU backends
|
|
16
|
1293
|
September 27, 2024
|
Failing to import (relatively) large CSV file with Julia and VSC
|
|
24
|
698
|
September 22, 2024
|
String optimisation in Julia
|
|
21
|
566
|
September 21, 2024
|
Why does the speed of Julia in AOT compilation differ from UX4?
|
|
12
|
400
|
September 21, 2024
|
Optimising allocations and memory use in ODEProblems
|
|
2
|
75
|
September 18, 2024
|
Several questions about time evaluation with @time
|
|
7
|
111
|
September 16, 2024
|
Time integration in OrdinaryDiffEq.jl in Julia is slower than calling it from Python
|
|
12
|
274
|
September 16, 2024
|
Fill SVector with uniformly sampled Float32 values
|
|
5
|
74
|
September 14, 2024
|
Question on performance of views
|
|
4
|
330
|
September 12, 2024
|