Mutating a StructArray without allocation
|
|
5
|
145
|
October 16, 2024
|
Proving that copyto! is allocation-free on a view, using AllocCheck
|
|
7
|
116
|
October 15, 2024
|
Selecting entries of an array based on selection criteria provided by other array
|
|
10
|
150
|
August 28, 2024
|
Reduce allocations in 'reduce + eachcol' call to multiply several columns elementwise
|
|
6
|
81
|
August 16, 2024
|
Allocation-efficient calculation of Hermite (and Laguerre) polynomials
|
|
5
|
160
|
August 16, 2024
|
Weird results while trying to measure allocation :/
|
|
1
|
102
|
August 2, 2024
|
Create SVector with one non-zero value
|
|
11
|
141
|
June 27, 2024
|
Elimination of (unnecessary) runtime dispatch allocations
|
|
13
|
880
|
May 5, 2024
|
Why does b *= A[r] allocate memory?
|
|
6
|
348
|
November 15, 2023
|
Why so many allocations in the loop on partition
|
|
7
|
429
|
July 14, 2023
|
Need help understanding allocations while calling external C library (Proj)
|
|
3
|
250
|
July 4, 2023
|
Adding Plotly Traces to an Array
|
|
6
|
1852
|
May 8, 2023
|
Performance of function with pre-allocated outputs
|
|
3
|
309
|
May 8, 2023
|
High allocations count for TwoPointBVProblem in DifferentialEquations.jl
|
|
4
|
350
|
March 19, 2023
|
Preallocating Interpolation object
|
|
3
|
223
|
March 16, 2023
|
Inplace multiplication of sub-matrices without allocations
|
|
12
|
1567
|
December 12, 2022
|
Allocations (again...)
|
|
15
|
653
|
November 25, 2022
|
Where does this allocation come from and how to avoid it? StaticArrays and structures
|
|
3
|
377
|
July 19, 2022
|
For loop having too many allocation
|
|
19
|
992
|
July 11, 2022
|
Stop allocating memory when replacing structs in for-loops
|
|
5
|
524
|
June 21, 2022
|
Can the output of --track-allocation be trusted with multi-threading enabled?
|
|
9
|
665
|
March 30, 2022
|
Can I decrease allocations here?
|
|
18
|
732
|
March 25, 2022
|
Addition of floats allocates memory in not fully qualified struct
|
|
1
|
404
|
March 8, 2022
|
Allocations when assigning Static Array in mutable struct
|
|
1
|
426
|
March 7, 2022
|
Recursive @generated functions with function barriers causes allocations
|
|
6
|
717
|
February 25, 2022
|
Trait dispatch causing allocations
|
|
9
|
804
|
February 4, 2022
|
How can I eliminate allocations here?
|
|
5
|
638
|
September 29, 2021
|