C struct garbage collection not run frequently enough
|
|
28
|
379
|
July 14, 2024
|
Comparing mutable structs with identical field values in Julia
|
|
5
|
113
|
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
|
334
|
January 3, 2024
|
Equality of mutable structs
|
|
7
|
497
|
December 5, 2023
|
Copying mutable structs without using deepcopy()
|
|
4
|
522
|
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
|
1548
|
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
|
640
|
January 16, 2023
|
Copyto! issue when updating fields of struct
|
|
8
|
475
|
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
|
457
|
May 12, 2022
|
Parameter structures and restrictions
|
|
13
|
928
|
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
|
2361
|
January 23, 2022
|
Problem with mutation and copying of Matrices/Vectors
|
|
22
|
1591
|
December 21, 2021
|
Zygote.jl-compatible dictionary-like mutable data types
|
|
1
|
474
|
December 16, 2021
|
Classes in Julia
|
|
13
|
48139
|
November 20, 2021
|
CuArray only supports element types that are stored inline?
|
|
1
|
1972
|
November 11, 2021
|
Strange nan errors when mutating immutable struct arrays
|
|
4
|
761
|
October 2, 2021
|
Replace date year
|
|
22
|
1265
|
September 19, 2021
|
How to define an element inside a structure with type 3x3 Matrix{Float64}
|
|
6
|
973
|
September 17, 2021
|
Hash function for immutable struct containing mutable vectors
|
|
2
|
711
|
September 17, 2021
|
Structure type + in place modification of columns of arrays
|
|
4
|
534
|
July 8, 2021
|
Control where mutables are allocated in a very special case: a large number of mutables of the same type
|
|
11
|
1059
|
July 4, 2021
|
DataFrames groupby() by a column of mutable custom type
|
|
4
|
545
|
June 9, 2021
|
Constructor to delay array allocation in mutable struct
|
|
2
|
598
|
October 18, 2020
|