|
How to understand reasons for some unexpected heap allocations
|
|
25
|
559
|
June 19, 2026
|
|
Memory allocations in Flux evaluation/training (w/MVE)
|
|
39
|
790
|
June 6, 2026
|
|
ForwardDiff Lie brackets allocate with StaticArrays
|
|
0
|
121
|
May 22, 2026
|
|
Allocations from scalar arguments in functions
|
|
3
|
162
|
April 30, 2026
|
|
Reusing @local cache when multithreading
|
|
1
|
99
|
April 6, 2026
|
|
Contradictory nested function performance and allocation
|
|
2
|
121
|
April 4, 2026
|
|
Does `String(unsafe_wrap(cstring, len, own=true))` free the memory it points to?
|
|
2
|
93
|
March 21, 2026
|
|
Why do `@allocated` and `Profile.Allocs.@profile` give different results?
|
|
1
|
169
|
March 10, 2026
|
|
Combining reshape and view sometimes allocates
|
|
2
|
216
|
February 20, 2026
|
|
Idiomatic evaluate for scalar, allocate and broadcast for array?
|
|
7
|
185
|
January 21, 2026
|
|
How to efficiently update a Sparse Matrix (Diagonal + Sparse) in-place inside a hot loop?
|
|
3
|
183
|
December 23, 2025
|
|
Int -> Str -> print(io,_) without allocations
|
|
16
|
550
|
December 19, 2025
|
|
Understanding memory usage in Julia
|
|
23
|
3625
|
December 12, 2025
|
|
Remove memory from Julia's management
|
|
2
|
206
|
November 19, 2025
|
|
Memory kills this code
|
|
5
|
492
|
November 3, 2025
|
|
Speeding up Ewald summation
|
|
15
|
1346
|
November 3, 2025
|
|
[ANN] ArenaPirate.jl: proof-of-concept arena allocator (not in the registry)
|
|
0
|
229
|
October 3, 2025
|
|
Identical method redefinition suspiciously optimizes runtime and allocations
|
|
25
|
784
|
September 15, 2025
|
|
Why does `Union{Int,...}` in a `Vector` not cause allocations but `Union{Float64,...}` does?
|
|
8
|
252
|
September 3, 2025
|
|
Unexpected allocations after re-including unchanged file in ODE simulation
|
|
2
|
104
|
August 8, 2025
|
|
Excessive allocations in basic SciMLSensitivity example
|
|
15
|
317
|
July 29, 2025
|
|
Memory leaks from compiled functions: Solved
|
|
18
|
724
|
July 22, 2025
|
|
How best to preallocate memory for repeated use
|
|
5
|
372
|
July 22, 2025
|
|
Fixed-structure CHOLMOD with in-place `set_nonzeros!`
|
|
3
|
87
|
July 22, 2025
|
|
ForwardDiff Allocations
|
|
3
|
191
|
June 19, 2025
|
|
Read!( ) not working for HDF5 file
|
|
1
|
155
|
June 15, 2025
|
|
Is it possible to reinterpret and reshape without allocating?
|
|
11
|
461
|
June 13, 2025
|
|
DifferentialEquations.jl: Malloc errors in ODEProblems
|
|
6
|
231
|
June 12, 2025
|
|
How to track total memory usage of Julia process over time
|
|
17
|
6369
|
June 6, 2025
|
|
Allocations when moving loop into a function
|
|
3
|
176
|
June 1, 2025
|