A fast sum. Any downsides?
|
|
18
|
878
|
December 16, 2024
|
How to Efficiently Work with Floats Across a Wide Range of Precision?
|
|
4
|
172
|
December 16, 2024
|
Julia vs. Python Performance on package catch22: Why is Julia slower in this case and how can I improve it?
|
|
11
|
861
|
December 16, 2024
|
Does BitArraysX.jl or similar exist?
|
|
2
|
114
|
December 15, 2024
|
How to convert the python code to Julia
|
|
4
|
241
|
December 15, 2024
|
When does @inbounds increase performance?
|
|
10
|
711
|
December 15, 2024
|
Uninvoked logging with interpolated string screws performance
|
|
2
|
40
|
December 13, 2024
|
Julia position in the Debian Benchmark Game can be improved, and categorization of some Julia there is unfair
|
|
29
|
1815
|
December 12, 2024
|
Memory Arena
|
|
1
|
129
|
December 12, 2024
|
Fastest Julia implementation for a cyclic convolution of real vectors
|
|
17
|
357
|
December 12, 2024
|
Not using PreallocationTools.jl correctly
|
|
11
|
204
|
December 12, 2024
|
Speeding up elementwise Vector-SparseMatrixCSC multiplication broadcasting
|
|
11
|
510
|
December 12, 2024
|
MKLSparse with AMD cpu
|
|
5
|
1671
|
December 11, 2024
|
Understanding multi-dimensional array indexing performance
|
|
7
|
159
|
December 11, 2024
|
Avoiding allocations and run-time dispatch with ForwardDiff
|
|
2
|
61
|
December 11, 2024
|
Accelerate column-wise subtraction of a vector to a matrix
|
|
10
|
151
|
December 10, 2024
|
Mutable structs with all constant fields outperform immutable structs for equality comparison
|
|
1
|
153
|
December 4, 2024
|
Simple recursive Fibonaci example. How to make it faster?
|
|
41
|
6751
|
December 5, 2024
|
OOM and saving solutions of `SDEProblem` only at specific timepoints
|
|
2
|
34
|
December 5, 2024
|
Numpy.sort vs Julia sort
|
|
10
|
801
|
December 4, 2024
|
Experiments with LoopVectorization and convolutions
|
|
24
|
775
|
December 3, 2024
|
We love sorting -- latest news in sorting
|
|
1
|
493
|
December 3, 2024
|
Mesh 3D Creation
|
|
4
|
95
|
December 3, 2024
|
Vector of Vectors / Vector of Tuples
|
|
6
|
175
|
December 3, 2024
|
Benchmark is moving target?
|
|
2
|
173
|
December 3, 2024
|
Static array multiplied by its adjoint seems to allocate
|
|
12
|
213
|
December 2, 2024
|
Getting to zero allocations in NonlinearSolve.jl
|
|
9
|
235
|
November 29, 2024
|
Type stability in closures
|
|
13
|
166
|
November 28, 2024
|
`IdDict{UInt64, Float64}` is much slower than `Dict{UInt64, Float64}` for retrieving values
|
|
2
|
93
|
November 27, 2024
|
Why JLD2.jl is 40x slower than Arrow.jl
|
|
24
|
590
|
November 25, 2024
|