Reducing allocations
|
|
13
|
179
|
May 29, 2025
|
Why does runtime dispatch allocate when the return type is inferred?
|
|
5
|
211
|
May 17, 2025
|
How to avoid memory allocation while doing sum on a GPU?
|
|
7
|
104
|
April 20, 2025
|
Large memory consumption when using Mooncake via DifferentiationInterface for Gaussian process optimisation
|
|
19
|
469
|
April 15, 2025
|
Kwargs allocating (?)
|
|
6
|
117
|
March 27, 2025
|
Why is this code allocating?
|
|
1
|
108
|
March 20, 2025
|
Product distribution allocates (a lot)
|
|
9
|
158
|
March 11, 2025
|
[ANN] AlignedAllocs.jl - lightweight cross-platform allocation of aligned memory
|
|
0
|
166
|
March 10, 2025
|
Understanding AbstractFloat Arrays
|
|
6
|
187
|
February 27, 2025
|
How to quantitatively analyze the impact of memory bandwidth on multithreading
|
|
10
|
162
|
February 6, 2025
|
Check if vector lies between two vectors element-wise, allocation free
|
|
2
|
80
|
February 4, 2025
|
Unclear allocation behaviour with built-in sum()
|
|
4
|
188
|
February 2, 2025
|
Can I manage the memory by myself?
|
|
16
|
2184
|
February 1, 2025
|
Tools to help catch use of uninitialized memory?
|
|
6
|
210
|
January 26, 2025
|
How to get rid of allocations in this simple filtered generator example?
|
|
3
|
132
|
January 22, 2025
|
Help with reducing allocations when indexing into custom Array
|
|
10
|
146
|
January 14, 2025
|
Passing a Julia struct to a already compiled cpp program
|
|
1
|
68
|
January 13, 2025
|
How is it possible that parallelized code causes fewer allocations?
|
|
19
|
360
|
December 30, 2024
|
Getting rid of ForwardDiff.jacobian! allocations when using closures
|
|
6
|
155
|
December 19, 2024
|
OutOfMemoryError in HomotopyContinuation
|
|
1
|
222
|
December 19, 2024
|
Removing allocations from ForwardDiff.jacobian!
|
|
1
|
390
|
December 18, 2024
|
Why Base.summarysize show pointers twice?
|
|
1
|
92
|
December 16, 2024
|
Static array multiplied by its adjoint seems to allocate
|
|
12
|
217
|
December 2, 2024
|
Getting different allocations from `@allocations` vs `@timev`/`@time`
|
|
1
|
39
|
November 28, 2024
|
Allocations when using getfield with a tuple/vector of symbols
|
|
12
|
178
|
November 20, 2024
|
Huge RAM usage with JumpProcesses.jl
|
|
13
|
185
|
November 11, 2024
|
Is it possible to avoid these excess allocations when using @batch or @threads?
|
|
4
|
146
|
November 8, 2024
|
How to know when objects are stack or heap allocated
|
|
7
|
1077
|
November 8, 2024
|
Are there any plans to improve the composability of @batch and/or reduce overhead of @threads?
|
|
2
|
126
|
November 5, 2024
|
What is the best way to re-use a temporary vector
|
|
16
|
305
|
October 22, 2024
|