Can I manage the memory by myself?
|
|
16
|
2067
|
February 1, 2025
|
Weird behaviour of GC with multithreaded array-access
|
|
2
|
143
|
January 31, 2025
|
Should Dict avoid GC allocations for isbits key/value types?
|
|
3
|
187
|
December 10, 2024
|
How to use ccall, cconvert, and unsafe_convert in a convenient and memory-safe way?
|
|
18
|
2292
|
June 24, 2020
|
Acquiring locks in finalizers
|
|
3
|
137
|
September 20, 2024
|
C struct garbage collection not run frequently enough
|
|
28
|
386
|
July 14, 2024
|
GC problems with `jl_gc_unsafe_enter` with multithreaded embedding
|
|
2
|
347
|
January 25, 2024
|
Is it possible to detect garbage collection on a custom struct?
|
|
2
|
191
|
January 4, 2024
|
Question About New GC Threads
|
|
7
|
520
|
December 28, 2023
|
Loop performance issue for a specific data size
|
|
2
|
457
|
December 7, 2023
|
[ANN] AllocCheck.jl: Static code analysis to prove allocation-free behavior
|
|
27
|
3196
|
December 6, 2023
|
How to force an object to be freed by the garbage collector
|
|
19
|
4934
|
October 26, 2023
|
Estimate memory requirements of ODE solver
|
|
7
|
496
|
October 6, 2023
|
Reduce GC time
|
|
7
|
779
|
September 14, 2023
|
Memory not released on HTTP POST requests?!
|
|
2
|
274
|
August 30, 2023
|
Reference counting and disposables
|
|
4
|
565
|
August 12, 2023
|
Too much garbage collection for a simple vector addition operation
|
|
12
|
616
|
July 29, 2023
|
Multithreaded program hangs without explict GC.gc()
|
|
6
|
877
|
July 20, 2023
|
Garbage collection not aggressive enough on Slurm Cluster
|
|
17
|
2833
|
August 4, 2021
|
This month in Julia world - 2023-05
|
|
20
|
3096
|
June 9, 2023
|
Heap-size-hint usage recommendations
|
|
3
|
1745
|
May 30, 2023
|
Very different performance in different computers due to garbage collection?
|
|
28
|
2328
|
May 12, 2023
|
Do Garbage Collectors necessarily make code slow?
|
|
23
|
1599
|
April 27, 2023
|
Advice needed on multithreaded processing for live data from a UDP socket
|
|
2
|
552
|
January 13, 2023
|
Question about garbage collection, AD, and CUDA
|
|
1
|
525
|
December 19, 2022
|
`empty!` and garbage collection for `Tuple`, `NamedTuple`, and `Pairs`
|
|
2
|
525
|
November 14, 2022
|
Simulate manual memory management to reduce RAM usage?
|
|
3
|
2706
|
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
|
1494
|
September 25, 2022
|