C struct garbage collection not run frequently enough
|
|
28
|
376
|
July 14, 2024
|
Comparing mutable structs with identical field values in Julia
|
|
5
|
110
|
July 3, 2024
|
Help me understand the `unique` semantic for a vector of mutable struct
|
|
6
|
211
|
February 28, 2024
|
Best practices for organizing objects
|
|
3
|
331
|
January 3, 2024
|
Equality of mutable structs
|
|
7
|
491
|
December 5, 2023
|
Copying mutable structs without using deepcopy()
|
|
4
|
501
|
November 24, 2023
|
Tracking memory allocation overhead in @time on mutable struct code
|
|
0
|
200
|
August 5, 2023
|
Mutable vs immutable struct: modifying an array field
|
|
4
|
1518
|
February 22, 2023
|
How to broadcast a scalar multiplication through a Mesh?
|
|
2
|
458
|
January 17, 2023
|
Mutable struct vs Ref in an immutable one?
|
|
5
|
633
|
January 16, 2023
|
Copyto! issue when updating fields of struct
|
|
8
|
474
|
July 31, 2022
|
Small changes on large arrays of custom types: mutable or immutable? shallow or deepcopy?
|
|
3
|
434
|
June 7, 2022
|
Requesting code review for a mutable struct and use of pointers. (53 lines of code)
|
|
2
|
452
|
May 12, 2022
|
Parameter structures and restrictions
|
|
13
|
905
|
May 12, 2022
|
Understaing vector (or array?) fields in julia mutable struct
|
|
2
|
424
|
April 14, 2022
|
Best way to store a sparse, unbalanced, and not complete binary tree
|
|
18
|
2342
|
January 23, 2022
|
Problem with mutation and copying of Matrices/Vectors
|
|
22
|
1584
|
December 21, 2021
|
Zygote.jl-compatible dictionary-like mutable data types
|
|
1
|
472
|
December 16, 2021
|
Classes in Julia
|
|
13
|
47902
|
November 20, 2021
|
CuArray only supports element types that are stored inline?
|
|
1
|
1963
|
November 11, 2021
|
Strange nan errors when mutating immutable struct arrays
|
|
4
|
760
|
October 2, 2021
|
Replace date year
|
|
22
|
1260
|
September 19, 2021
|
How to define an element inside a structure with type 3x3 Matrix{Float64}
|
|
6
|
971
|
September 17, 2021
|
Hash function for immutable struct containing mutable vectors
|
|
2
|
710
|
September 17, 2021
|
Structure type + in place modification of columns of arrays
|
|
4
|
533
|
July 8, 2021
|
Control where mutables are allocated in a very special case: a large number of mutables of the same type
|
|
11
|
1057
|
July 4, 2021
|
DataFrames groupby() by a column of mutable custom type
|
|
4
|
544
|
June 9, 2021
|
Constructor to delay array allocation in mutable struct
|
|
2
|
598
|
October 18, 2020
|