Question about GC.@preserve
|
|
1
|
80
|
September 1, 2025
|
Intermittent Segfault
|
|
2
|
97
|
August 21, 2025
|
Strange GC issue on Julia 1.12-rc1
|
|
9
|
400
|
August 12, 2025
|
GC error / sefgault in a simple C wrapper
|
|
5
|
116
|
March 17, 2025
|
Can I manage the memory by myself?
|
|
16
|
2308
|
February 1, 2025
|
Weird behaviour of GC with multithreaded array-access
|
|
2
|
199
|
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
|
2427
|
June 24, 2020
|
Acquiring locks in finalizers
|
|
3
|
182
|
September 20, 2024
|
C struct garbage collection not run frequently enough
|
|
28
|
485
|
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
|
564
|
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
|
3304
|
December 6, 2023
|
How to force an object to be freed by the garbage collector
|
|
19
|
5507
|
October 26, 2023
|
Estimate memory requirements of ODE solver
|
|
7
|
521
|
October 6, 2023
|
Reduce GC time
|
|
7
|
806
|
September 14, 2023
|
Memory not released on HTTP POST requests?!
|
|
2
|
295
|
August 30, 2023
|
Reference counting and disposables
|
|
4
|
631
|
August 12, 2023
|
Too much garbage collection for a simple vector addition operation
|
|
12
|
630
|
July 29, 2023
|
Multithreaded program hangs without explict GC.gc()
|
|
6
|
935
|
July 20, 2023
|
Garbage collection not aggressive enough on Slurm Cluster
|
|
17
|
2929
|
August 4, 2021
|
This month in Julia world - 2023-05
|
|
20
|
3154
|
June 9, 2023
|
Heap-size-hint usage recommendations
|
|
3
|
2011
|
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
|
1698
|
April 27, 2023
|
Advice needed on multithreaded processing for live data from a UDP socket
|
|
2
|
586
|
January 13, 2023
|
Question about garbage collection, AD, and CUDA
|
|
1
|
560
|
December 19, 2022
|
`empty!` and garbage collection for `Tuple`, `NamedTuple`, and `Pairs`
|
|
2
|
546
|
November 14, 2022
|