How to use ccall, cconvert, and unsafe_convert in a convenient and memory-safe way?
|
|
18
|
2240
|
June 24, 2020
|
Acquiring locks in finalizers
|
|
3
|
128
|
September 20, 2024
|
C struct garbage collection not run frequently enough
|
|
28
|
379
|
July 14, 2024
|
GC problems with `jl_gc_unsafe_enter` with multithreaded embedding
|
|
2
|
343
|
January 25, 2024
|
Is it possible to detect garbage collection on a custom struct?
|
|
2
|
190
|
January 4, 2024
|
Question About New GC Threads
|
|
7
|
506
|
December 28, 2023
|
Loop performance issue for a specific data size
|
|
2
|
455
|
December 7, 2023
|
[ANN] AllocCheck.jl: Static code analysis to prove allocation-free behavior
|
|
27
|
3147
|
December 6, 2023
|
How to force an object to be freed by the garbage collector
|
|
19
|
4664
|
October 26, 2023
|
Estimate memory requirements of ODE solver
|
|
7
|
480
|
October 6, 2023
|
Reduce GC time
|
|
7
|
768
|
September 14, 2023
|
Memory not released on HTTP POST requests?!
|
|
2
|
263
|
August 30, 2023
|
Reference counting and disposables
|
|
4
|
560
|
August 12, 2023
|
Too much garbage collection for a simple vector addition operation
|
|
12
|
615
|
July 29, 2023
|
Multithreaded program hangs without explict GC.gc()
|
|
6
|
847
|
July 20, 2023
|
Garbage collection not aggressive enough on Slurm Cluster
|
|
17
|
2778
|
August 4, 2021
|
This month in Julia world - 2023-05
|
|
20
|
3085
|
June 9, 2023
|
Heap-size-hint usage recommendations
|
|
3
|
1623
|
May 30, 2023
|
Very different performance in different computers due to garbage collection?
|
|
28
|
2301
|
May 12, 2023
|
Do Garbage Collectors necessarily make code slow?
|
|
23
|
1557
|
April 27, 2023
|
Advice needed on multithreaded processing for live data from a UDP socket
|
|
2
|
544
|
January 13, 2023
|
Question about garbage collection, AD, and CUDA
|
|
1
|
512
|
December 19, 2022
|
`empty!` and garbage collection for `Tuple`, `NamedTuple`, and `Pairs`
|
|
2
|
520
|
November 14, 2022
|
Simulate manual memory management to reduce RAM usage?
|
|
3
|
2671
|
November 13, 2022
|
Unexpected garbage collection when using append!
|
|
20
|
592
|
November 4, 2022
|
What is a custom mark function supposed to return?
|
|
1
|
338
|
October 26, 2022
|
Help with real-time performance needed
|
|
20
|
1478
|
September 25, 2022
|
How to undef a vector element
|
|
30
|
1560
|
July 27, 2022
|
Mutex in finalizers
|
|
0
|
231
|
July 5, 2022
|
Relationship between WeakRef and finalizer (building a cache)
|
|
0
|
340
|
June 17, 2022
|