Question about GC.@preserve
|
|
1
|
74
|
September 1, 2025
|
Intermittent Segfault
|
|
2
|
95
|
August 21, 2025
|
Strange GC issue on Julia 1.12-rc1
|
|
9
|
386
|
August 12, 2025
|
GC error / sefgault in a simple C wrapper
|
|
5
|
115
|
March 17, 2025
|
Can I manage the memory by myself?
|
|
16
|
2299
|
February 1, 2025
|
Weird behaviour of GC with multithreaded array-access
|
|
2
|
197
|
January 31, 2025
|
Should Dict avoid GC allocations for isbits key/value types?
|
|
3
|
192
|
December 10, 2024
|
How to use ccall, cconvert, and unsafe_convert in a convenient and memory-safe way?
|
|
18
|
2413
|
June 24, 2020
|
Acquiring locks in finalizers
|
|
3
|
180
|
September 20, 2024
|
C struct garbage collection not run frequently enough
|
|
28
|
449
|
July 14, 2024
|
GC problems with `jl_gc_unsafe_enter` with multithreaded embedding
|
|
2
|
361
|
January 25, 2024
|
Is it possible to detect garbage collection on a custom struct?
|
|
2
|
205
|
January 4, 2024
|
Question About New GC Threads
|
|
7
|
563
|
December 28, 2023
|
Loop performance issue for a specific data size
|
|
2
|
471
|
December 7, 2023
|
[ANN] AllocCheck.jl: Static code analysis to prove allocation-free behavior
|
|
27
|
3302
|
December 6, 2023
|
How to force an object to be freed by the garbage collector
|
|
19
|
5475
|
October 26, 2023
|
Estimate memory requirements of ODE solver
|
|
7
|
521
|
October 6, 2023
|
Reduce GC time
|
|
7
|
801
|
September 14, 2023
|
Memory not released on HTTP POST requests?!
|
|
2
|
294
|
August 30, 2023
|
Reference counting and disposables
|
|
4
|
629
|
August 12, 2023
|
Too much garbage collection for a simple vector addition operation
|
|
12
|
626
|
July 29, 2023
|
Multithreaded program hangs without explict GC.gc()
|
|
6
|
933
|
July 20, 2023
|
Garbage collection not aggressive enough on Slurm Cluster
|
|
17
|
2920
|
August 4, 2021
|
This month in Julia world - 2023-05
|
|
20
|
3144
|
June 9, 2023
|
Heap-size-hint usage recommendations
|
|
3
|
2004
|
May 30, 2023
|
Very different performance in different computers due to garbage collection?
|
|
28
|
2384
|
May 12, 2023
|
Do Garbage Collectors necessarily make code slow?
|
|
23
|
1696
|
April 27, 2023
|
Advice needed on multithreaded processing for live data from a UDP socket
|
|
2
|
585
|
January 13, 2023
|
Question about garbage collection, AD, and CUDA
|
|
1
|
559
|
December 19, 2022
|
`empty!` and garbage collection for `Tuple`, `NamedTuple`, and `Pairs`
|
|
2
|
544
|
November 14, 2022
|