About the Performance category
|
|
0
|
3001
|
October 13, 2017
|
Mutable structs with all constant fields outperform immutable structs for equality comparison
|
|
1
|
111
|
December 4, 2024
|
Speeding up Zygote autodiff for numerical loop
|
|
9
|
151
|
December 7, 2024
|
Simple recursive Fibonaci example. How to make it faster?
|
|
41
|
6675
|
December 5, 2024
|
OOM and saving solutions of `SDEProblem` only at specific timepoints
|
|
2
|
33
|
December 5, 2024
|
Broadcasting performance
|
|
8
|
257
|
December 5, 2024
|
Numpy.sort vs Julia sort
|
|
10
|
570
|
December 4, 2024
|
Experiments with LoopVectorization and convolutions
|
|
24
|
744
|
December 3, 2024
|
We love sorting -- latest news in sorting
|
|
1
|
480
|
December 3, 2024
|
Mesh 3D Creation
|
|
4
|
87
|
December 3, 2024
|
Vector of Vectors / Vector of Tuples
|
|
6
|
161
|
December 3, 2024
|
Benchmark is moving target?
|
|
2
|
163
|
December 3, 2024
|
Static array multiplied by its adjoint seems to allocate
|
|
12
|
203
|
December 2, 2024
|
Getting to zero allocations in NonlinearSolve.jl
|
|
9
|
219
|
November 29, 2024
|
Type stability in closures
|
|
13
|
152
|
November 28, 2024
|
`IdDict{UInt64, Float64}` is much slower than `Dict{UInt64, Float64}` for retrieving values
|
|
2
|
91
|
November 27, 2024
|
Julia position in the Debian Benchmark Game can be improved, and categorization of some Julia there is unfair
|
|
28
|
1597
|
November 27, 2024
|
Why JLD2.jl is 40x slower than Arrow.jl
|
|
24
|
566
|
November 25, 2024
|
Using a runtime-length `SVector` within a closure allocates memory
|
|
6
|
88
|
November 24, 2024
|
Capturing "sub" dependencies during precompilation
|
|
0
|
22
|
November 24, 2024
|
Help improving particle simulation on GPU
|
|
0
|
196
|
November 17, 2024
|
Checked vs unchecked, e.g. (floored) divison
|
|
1
|
73
|
November 21, 2024
|
Allocations when using getfield with a tuple/vector of symbols
|
|
12
|
166
|
November 20, 2024
|
Most efficient way of adding elements within matrices in loops
|
|
4
|
99
|
November 18, 2024
|
Understanding DataFrame allocations
|
|
1
|
57
|
November 18, 2024
|
Julia access to Apple GPU with MLX, and or Metal Performance Shaders (MPS)?
|
|
5
|
435
|
November 18, 2024
|
Why is my one loop faster than the other?
|
|
6
|
156
|
November 18, 2024
|
Check if is folder empty
|
|
3
|
81
|
November 18, 2024
|
Allocations even when using StaticArrays.jl
|
|
2
|
67
|
November 18, 2024
|
Can the overhead of `myT{<:T}` compared to `myT{T}`, where `T` is a concrete type, be avoided?
|
|
3
|
139
|
November 17, 2024
|