|
Why do `@allocated` and `Profile.Allocs.@profile` give different results?
|
|
1
|
144
|
March 10, 2026
|
|
Combining reshape and view sometimes allocates
|
|
2
|
179
|
February 20, 2026
|
|
Idiomatic evaluate for scalar, allocate and broadcast for array?
|
|
7
|
151
|
January 21, 2026
|
|
How to efficiently update a Sparse Matrix (Diagonal + Sparse) in-place inside a hot loop?
|
|
3
|
147
|
December 23, 2025
|
|
Int -> Str -> print(io,_) without allocations
|
|
16
|
419
|
December 19, 2025
|
|
Understanding memory usage in Julia
|
|
23
|
3493
|
December 12, 2025
|
|
Remove memory from Julia's management
|
|
2
|
196
|
November 19, 2025
|
|
Memory kills this code
|
|
5
|
473
|
November 3, 2025
|
|
Speeding up Ewald summation
|
|
15
|
1284
|
November 3, 2025
|
|
[ANN] ArenaPirate.jl: proof-of-concept arena allocator (not in the registry)
|
|
0
|
219
|
October 3, 2025
|
|
Identical method redefinition suspiciously optimizes runtime and allocations
|
|
25
|
699
|
September 15, 2025
|
|
Why does `Union{Int,...}` in a `Vector` not cause allocations but `Union{Float64,...}` does?
|
|
8
|
225
|
September 3, 2025
|
|
Unexpected allocations after re-including unchanged file in ODE simulation
|
|
2
|
90
|
August 8, 2025
|
|
Excessive allocations in basic SciMLSensitivity example
|
|
15
|
271
|
July 29, 2025
|
|
Memory leaks from compiled functions: Solved
|
|
18
|
669
|
July 22, 2025
|
|
How best to preallocate memory for repeated use
|
|
5
|
339
|
July 22, 2025
|
|
Fixed-structure CHOLMOD with in-place `set_nonzeros!`
|
|
3
|
67
|
July 22, 2025
|
|
ForwardDiff Allocations
|
|
3
|
160
|
June 19, 2025
|
|
Read!( ) not working for HDF5 file
|
|
1
|
142
|
June 15, 2025
|
|
Is it possible to reinterpret and reshape without allocating?
|
|
11
|
396
|
June 13, 2025
|
|
DifferentialEquations.jl: Malloc errors in ODEProblems
|
|
6
|
194
|
June 12, 2025
|
|
How to track total memory usage of Julia process over time
|
|
17
|
6194
|
June 6, 2025
|
|
Allocations when moving loop into a function
|
|
3
|
160
|
June 1, 2025
|
|
Reducing allocations
|
|
44
|
1171
|
May 31, 2025
|
|
Why does runtime dispatch allocate when the return type is inferred?
|
|
5
|
291
|
May 17, 2025
|
|
How to avoid memory allocation while doing sum on a GPU?
|
|
7
|
229
|
April 20, 2025
|
|
Large memory consumption when using Mooncake via DifferentiationInterface for Gaussian process optimisation
|
|
19
|
719
|
April 15, 2025
|
|
Kwargs allocating (?)
|
|
6
|
171
|
March 27, 2025
|
|
Why is this code allocating?
|
|
1
|
128
|
March 20, 2025
|
|
Product distribution allocates (a lot)
|
|
9
|
225
|
March 11, 2025
|