|
We love sorting -- latest news in sorting
|
|
0
|
578
|
June 24, 2023
|
|
Mesh 3D Creation
|
|
4
|
208
|
December 3, 2024
|
|
Vector of Vectors / Vector of Tuples
|
|
6
|
336
|
December 3, 2024
|
|
Benchmark is moving target?
|
|
2
|
242
|
December 3, 2024
|
|
Static array multiplied by its adjoint seems to allocate
|
|
12
|
419
|
December 2, 2024
|
|
Getting to zero allocations in NonlinearSolve.jl
|
|
9
|
492
|
November 29, 2024
|
|
Type stability in closures
|
|
13
|
461
|
November 28, 2024
|
|
`IdDict{UInt64, Float64}` is much slower than `Dict{UInt64, Float64}` for retrieving values
|
|
2
|
172
|
November 27, 2024
|
|
Why JLD2.jl is 40x slower than Arrow.jl
|
|
24
|
1193
|
November 25, 2024
|
|
Using a runtime-length `SVector` within a closure allocates memory
|
|
6
|
203
|
November 24, 2024
|
|
Capturing "sub" dependencies during precompilation
|
|
0
|
55
|
November 24, 2024
|
|
Help improving particle simulation on GPU
|
|
0
|
259
|
November 17, 2024
|
|
Checked vs unchecked, e.g. (floored) divison
|
|
1
|
183
|
November 21, 2024
|
|
Allocations when using getfield with a tuple/vector of symbols
|
|
12
|
431
|
November 20, 2024
|
|
Most efficient way of adding elements within matrices in loops
|
|
4
|
233
|
November 18, 2024
|
|
Understanding DataFrame allocations
|
|
1
|
123
|
November 18, 2024
|
|
Julia access to Apple GPU with MLX, and or Metal Performance Shaders (MPS)?
|
|
5
|
1709
|
November 18, 2024
|
|
Why is my one loop faster than the other?
|
|
6
|
327
|
November 18, 2024
|
|
Check if is folder empty
|
|
3
|
274
|
November 18, 2024
|
|
Allocations even when using StaticArrays.jl
|
|
2
|
143
|
November 18, 2024
|
|
Can the overhead of `myT{<:T}` compared to `myT{T}`, where `T` is a concrete type, be avoided?
|
|
3
|
224
|
November 17, 2024
|
|
Creating an Iterable of Dicts
|
|
15
|
459
|
November 16, 2024
|
|
Dimension mismatch error
|
|
10
|
409
|
November 15, 2024
|
|
Why/where does this allocate?
|
|
10
|
509
|
November 15, 2024
|
|
Improving parallel loop performance by using `numpy` for allocations
|
|
11
|
798
|
November 14, 2024
|
|
Why the compiler can't optimize this simple code?
|
|
20
|
978
|
November 14, 2024
|
|
Push! and insert! very slow? (julia 1.11) (EDIT: No; just one-time allocations.)
|
|
21
|
677
|
November 12, 2024
|
|
How to (efficiently) filter a file/stream on-the-fly?
|
|
6
|
381
|
November 12, 2024
|
|
Huge RAM usage with JumpProcesses.jl
|
|
13
|
452
|
November 11, 2024
|
|
Efficiency of Multiple Dispatch
|
|
3
|
302
|
November 10, 2024
|