Speeding up Zygote autodiff for numerical loop
|
|
13
|
295
|
December 16, 2024
|
LinearSolve.jl for many values of b?
|
|
2
|
401
|
December 16, 2024
|
A fast sum. Any downsides?
|
|
18
|
958
|
December 16, 2024
|
How to Efficiently Work with Floats Across a Wide Range of Precision?
|
|
4
|
218
|
December 16, 2024
|
Julia vs. Python Performance on package catch22: Why is Julia slower in this case and how can I improve it?
|
|
11
|
952
|
December 16, 2024
|
Does BitArraysX.jl or similar exist?
|
|
2
|
120
|
December 15, 2024
|
How to convert the python code to Julia
|
|
4
|
253
|
December 15, 2024
|
Uninvoked logging with interpolated string screws performance
|
|
2
|
41
|
December 13, 2024
|
Julia position in the Debian Benchmark Game can be improved, and categorization of some Julia there is unfair
|
|
29
|
1893
|
December 12, 2024
|
Memory Arena
|
|
1
|
184
|
December 12, 2024
|
Fastest Julia implementation for a cyclic convolution of real vectors
|
|
17
|
396
|
December 12, 2024
|
Not using PreallocationTools.jl correctly
|
|
11
|
247
|
December 12, 2024
|
Speeding up elementwise Vector-SparseMatrixCSC multiplication broadcasting
|
|
11
|
545
|
December 12, 2024
|
MKLSparse with AMD cpu
|
|
5
|
1748
|
December 11, 2024
|
Understanding multi-dimensional array indexing performance
|
|
7
|
191
|
December 11, 2024
|
Avoiding allocations and run-time dispatch with ForwardDiff
|
|
2
|
81
|
December 11, 2024
|
Accelerate column-wise subtraction of a vector to a matrix
|
|
10
|
168
|
December 10, 2024
|
Mutable structs with all constant fields outperform immutable structs for equality comparison
|
|
1
|
161
|
December 4, 2024
|
Simple recursive Fibonaci example. How to make it faster?
|
|
41
|
6905
|
December 5, 2024
|
OOM and saving solutions of `SDEProblem` only at specific timepoints
|
|
2
|
48
|
December 5, 2024
|
Numpy.sort vs Julia sort
|
|
10
|
970
|
December 4, 2024
|
Experiments with LoopVectorization and convolutions
|
|
24
|
834
|
December 3, 2024
|
We love sorting -- latest news in sorting
|
|
1
|
503
|
December 3, 2024
|
Mesh 3D Creation
|
|
4
|
108
|
December 3, 2024
|
Vector of Vectors / Vector of Tuples
|
|
6
|
190
|
December 3, 2024
|
Benchmark is moving target?
|
|
2
|
179
|
December 3, 2024
|
Static array multiplied by its adjoint seems to allocate
|
|
12
|
236
|
December 2, 2024
|
Getting to zero allocations in NonlinearSolve.jl
|
|
9
|
265
|
November 29, 2024
|
Type stability in closures
|
|
13
|
199
|
November 28, 2024
|
`IdDict{UInt64, Float64}` is much slower than `Dict{UInt64, Float64}` for retrieving values
|
|
2
|
108
|
November 27, 2024
|