About the Performance category
|
|
0
|
2999
|
October 13, 2017
|
Allocations when using getfield with a tuple/vector of symbols
|
|
12
|
156
|
November 20, 2024
|
Help improving particle simulation on GPU
|
|
0
|
145
|
November 17, 2024
|
Most efficient way of adding elements within matrices in loops
|
|
4
|
85
|
November 18, 2024
|
Understanding DataFrame allocations
|
|
1
|
51
|
November 18, 2024
|
Julia access to Apple GPU with MLX, and or Metal Performance Shaders (MPS)?
|
|
5
|
382
|
November 18, 2024
|
Why is my one loop faster than the other?
|
|
6
|
137
|
November 18, 2024
|
Check if is folder empty
|
|
3
|
74
|
November 18, 2024
|
Allocations even when using StaticArrays.jl
|
|
2
|
62
|
November 18, 2024
|
Can the overhead of `myT{<:T}` compared to `myT{T}`, where `T` is a concrete type, be avoided?
|
|
3
|
133
|
November 17, 2024
|
Creating an Iterable of Dicts
|
|
15
|
208
|
November 16, 2024
|
Julia position in the Debian Benchmark Game can be improved, and categorization of some Julia there is unfair
|
|
27
|
1424
|
November 15, 2024
|
Dimension mismatch error
|
|
10
|
84
|
November 15, 2024
|
Why/where does this allocate?
|
|
10
|
277
|
November 15, 2024
|
Improving parallel loop performance by using `numpy` for allocations
|
|
11
|
412
|
November 14, 2024
|
Why the compiler can't optimize this simple code?
|
|
20
|
527
|
November 14, 2024
|
Push! and insert! very slow? (julia 1.11) (EDIT: No; just one-time allocations.)
|
|
21
|
283
|
November 12, 2024
|
How to (efficiently) filter a file/stream on-the-fly?
|
|
6
|
232
|
November 12, 2024
|
Huge RAM usage with JumpProcesses.jl
|
|
13
|
173
|
November 11, 2024
|
Efficiency of Multiple Dispatch
|
|
3
|
169
|
November 10, 2024
|
Slicing array on julia 4000ms vs c++ 400ms
|
|
24
|
648
|
November 10, 2024
|
LinearAlgebra.mul! for complex vectors very slow on Apple Silicon
|
|
5
|
157
|
November 8, 2024
|
Is it possible to avoid these excess allocations when using @batch or @threads?
|
|
4
|
127
|
November 8, 2024
|
How to know when objects are stack or heap allocated
|
|
7
|
856
|
November 8, 2024
|
Spooky allocations - linked to Varargs?
|
|
8
|
121
|
November 7, 2024
|
Implementation of Periodic Boundary Conditions
|
|
11
|
193
|
November 7, 2024
|
Is `empty!` O(1)?
|
|
4
|
161
|
November 7, 2024
|
A chainrule for multi-threaded map
|
|
3
|
99
|
November 7, 2024
|
Why does `A .= sign.(view(A, diagind(A))) .* A` allocate?
|
|
9
|
119
|
November 6, 2024
|
Documenter.jl is not documenting any changes
|
|
17
|
1173
|
November 6, 2024
|