[ANN]: ZeroDimensionalArrays.jl: zero-dimensional arrays/references/boxes
|
|
24
|
989
|
October 15, 2025
|
Struct with read-only and write-only properties
|
|
7
|
227
|
May 21, 2025
|
Mutable structs seem cause way more allocations in multithreaded code
|
|
2
|
123
|
April 17, 2025
|
Julep: Efficient Hierarchical Mutable Data
|
|
47
|
1945
|
February 12, 2025
|
Mutable struct vs Ref in an immutable one?
|
|
7
|
937
|
November 28, 2024
|
C struct garbage collection not run frequently enough
|
|
28
|
515
|
July 14, 2024
|
Comparing mutable structs with identical field values in Julia
|
|
5
|
176
|
July 3, 2024
|
Help me understand the `unique` semantic for a vector of mutable struct
|
|
6
|
235
|
February 28, 2024
|
Best practices for organizing objects
|
|
3
|
376
|
January 3, 2024
|
Equality of mutable structs
|
|
7
|
573
|
December 5, 2023
|
Copying mutable structs without using deepcopy()
|
|
4
|
742
|
November 24, 2023
|
Tracking memory allocation overhead in @time on mutable struct code
|
|
0
|
215
|
August 5, 2023
|
Mutable vs immutable struct: modifying an array field
|
|
4
|
1862
|
February 22, 2023
|
How to broadcast a scalar multiplication through a Mesh?
|
|
2
|
468
|
January 17, 2023
|
Copyto! issue when updating fields of struct
|
|
8
|
523
|
July 31, 2022
|
Small changes on large arrays of custom types: mutable or immutable? shallow or deepcopy?
|
|
3
|
467
|
June 7, 2022
|
Requesting code review for a mutable struct and use of pointers. (53 lines of code)
|
|
2
|
478
|
May 12, 2022
|
Parameter structures and restrictions
|
|
13
|
1100
|
May 12, 2022
|
Understaing vector (or array?) fields in julia mutable struct
|
|
2
|
452
|
April 14, 2022
|
Best way to store a sparse, unbalanced, and not complete binary tree
|
|
18
|
2628
|
January 23, 2022
|
Problem with mutation and copying of Matrices/Vectors
|
|
22
|
1706
|
December 21, 2021
|
Zygote.jl-compatible dictionary-like mutable data types
|
|
1
|
492
|
December 16, 2021
|
Classes in Julia
|
|
13
|
50902
|
November 20, 2021
|
CuArray only supports element types that are stored inline?
|
|
1
|
2107
|
November 11, 2021
|
Strange nan errors when mutating immutable struct arrays
|
|
4
|
804
|
October 2, 2021
|
Replace date year
|
|
22
|
1338
|
September 19, 2021
|
How to define an element inside a structure with type 3x3 Matrix{Float64}
|
|
6
|
1021
|
September 17, 2021
|
Hash function for immutable struct containing mutable vectors
|
|
2
|
738
|
September 17, 2021
|
Structure type + in place modification of columns of arrays
|
|
4
|
551
|
July 8, 2021
|
Control where mutables are allocated in a very special case: a large number of mutables of the same type
|
|
11
|
1093
|
July 4, 2021
|