C struct garbage collection not run frequently enough
|
|
28
|
373
|
July 14, 2024
|
Comparing mutable structs with identical field values in Julia
|
|
5
|
104
|
July 3, 2024
|
Help me understand the `unique` semantic for a vector of mutable struct
|
|
6
|
206
|
February 28, 2024
|
Best practices for organizing objects
|
|
3
|
325
|
January 3, 2024
|
Equality of mutable structs
|
|
7
|
480
|
December 5, 2023
|
Copying mutable structs without using deepcopy()
|
|
4
|
465
|
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
|
1466
|
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
|
617
|
January 16, 2023
|
Copyto! issue when updating fields of struct
|
|
8
|
471
|
July 31, 2022
|
Small changes on large arrays of custom types: mutable or immutable? shallow or deepcopy?
|
|
3
|
431
|
June 7, 2022
|
Requesting code review for a mutable struct and use of pointers. (53 lines of code)
|
|
2
|
451
|
May 12, 2022
|
Parameter structures and restrictions
|
|
13
|
882
|
May 12, 2022
|
Understaing vector (or array?) fields in julia mutable struct
|
|
2
|
422
|
April 14, 2022
|
Best way to store a sparse, unbalanced, and not complete binary tree
|
|
18
|
2307
|
January 23, 2022
|
Problem with mutation and copying of Matrices/Vectors
|
|
22
|
1567
|
December 21, 2021
|
Zygote.jl-compatible dictionary-like mutable data types
|
|
1
|
467
|
December 16, 2021
|
Classes in Julia
|
|
13
|
47413
|
November 20, 2021
|
CuArray only supports element types that are stored inline?
|
|
1
|
1941
|
November 11, 2021
|
Strange nan errors when mutating immutable struct arrays
|
|
4
|
759
|
October 2, 2021
|
Replace date year
|
|
22
|
1254
|
September 19, 2021
|
How to define an element inside a structure with type 3x3 Matrix{Float64}
|
|
6
|
963
|
September 17, 2021
|
Hash function for immutable struct containing mutable vectors
|
|
2
|
707
|
September 17, 2021
|
Structure type + in place modification of columns of arrays
|
|
4
|
529
|
July 8, 2021
|
Control where mutables are allocated in a very special case: a large number of mutables of the same type
|
|
11
|
1054
|
July 4, 2021
|
DataFrames groupby() by a column of mutable custom type
|
|
4
|
540
|
June 9, 2021
|
Constructor to delay array allocation in mutable struct
|
|
2
|
597
|
October 18, 2020
|