Small changes on large arrays of custom types: mutable or immutable? shallow or deepcopy?
|
|
3
|
104
|
June 7, 2022
|
Requesting code review for a mutable struct and use of pointers. (53 lines of code)
|
|
2
|
184
|
May 12, 2022
|
Parameter structures and restrictions
|
|
13
|
125
|
May 12, 2022
|
Understaing vector (or array?) fields in julia mutable struct
|
|
2
|
137
|
April 14, 2022
|
Best way to store a sparse, unbalanced, and not complete binary tree
|
|
18
|
462
|
January 23, 2022
|
Problem with mutation and copying of Matrices/Vectors
|
|
22
|
536
|
December 21, 2021
|
Zygote.jl-compatible dictionary-like mutable data types
|
|
1
|
173
|
December 16, 2021
|
Classes in Julia
|
|
13
|
30230
|
November 20, 2021
|
CuArray only supports element types that are stored inline?
|
|
1
|
407
|
November 11, 2021
|
Strange nan errors when mutating immutable struct arrays
|
|
4
|
275
|
October 2, 2021
|
Replace date year
|
|
22
|
459
|
September 19, 2021
|
How to define an element inside a structure with type 3x3 Matrix{Float64}
|
|
6
|
270
|
September 17, 2021
|
Hash function for immutable struct containing mutable vectors
|
|
2
|
262
|
September 17, 2021
|
Structure type + in place modification of columns of arrays
|
|
4
|
197
|
July 8, 2021
|
Control where mutables are allocated in a very special case: a large number of mutables of the same type
|
|
11
|
480
|
July 4, 2021
|
DataFrames groupby() by a column of mutable custom type
|
|
4
|
191
|
June 9, 2021
|
Constructor to delay array allocation in mutable struct
|
|
2
|
329
|
October 18, 2020
|