[ANN] ArenaPirate.jl: proof-of-concept arena allocator (not in the registry)
|
|
0
|
185
|
October 3, 2025
|
Identical method redefinition suspiciously optimizes runtime and allocations
|
|
25
|
557
|
September 15, 2025
|
Why does `Union{Int,...}` in a `Vector` not cause allocations but `Union{Float64,...}` does?
|
|
8
|
165
|
September 3, 2025
|
Unexpected allocations after re-including unchanged file in ODE simulation
|
|
2
|
68
|
August 8, 2025
|
Excessive allocations in basic SciMLSensitivity example
|
|
15
|
197
|
July 29, 2025
|
Memory leaks from compiled functions: Solved
|
|
18
|
567
|
July 22, 2025
|
How best to preallocate memory for repeated use
|
|
5
|
281
|
July 22, 2025
|
Fixed-structure CHOLMOD with in-place `set_nonzeros!`
|
|
3
|
45
|
July 22, 2025
|
ForwardDiff Allocations
|
|
3
|
135
|
June 19, 2025
|
Read!( ) not working for HDF5 file
|
|
1
|
121
|
June 15, 2025
|
Is it possible to reinterpret and reshape without allocating?
|
|
11
|
311
|
June 13, 2025
|
DifferentialEquations.jl: Malloc errors in ODEProblems
|
|
6
|
154
|
June 12, 2025
|
How to track total memory usage of Julia process over time
|
|
17
|
5879
|
June 6, 2025
|
Allocations when moving loop into a function
|
|
3
|
137
|
June 1, 2025
|
Reducing allocations
|
|
44
|
929
|
May 31, 2025
|
Why does runtime dispatch allocate when the return type is inferred?
|
|
5
|
260
|
May 17, 2025
|
How to avoid memory allocation while doing sum on a GPU?
|
|
7
|
146
|
April 20, 2025
|
Large memory consumption when using Mooncake via DifferentiationInterface for Gaussian process optimisation
|
|
19
|
555
|
April 15, 2025
|
Kwargs allocating (?)
|
|
6
|
134
|
March 27, 2025
|
Why is this code allocating?
|
|
1
|
116
|
March 20, 2025
|
Product distribution allocates (a lot)
|
|
9
|
193
|
March 11, 2025
|
[ANN] AlignedAllocs.jl - lightweight cross-platform allocation of aligned memory
|
|
0
|
180
|
March 10, 2025
|
Understanding AbstractFloat Arrays
|
|
6
|
221
|
February 27, 2025
|
How to quantitatively analyze the impact of memory bandwidth on multithreading
|
|
10
|
207
|
February 6, 2025
|
Check if vector lies between two vectors element-wise, allocation free
|
|
2
|
95
|
February 4, 2025
|
Unclear allocation behaviour with built-in sum()
|
|
4
|
212
|
February 2, 2025
|
Can I manage the memory by myself?
|
|
16
|
2348
|
February 1, 2025
|
Tools to help catch use of uninitialized memory?
|
|
6
|
240
|
January 26, 2025
|
How to get rid of allocations in this simple filtered generator example?
|
|
3
|
148
|
January 22, 2025
|
Help with reducing allocations when indexing into custom Array
|
|
10
|
192
|
January 14, 2025
|