Should Dict avoid GC allocations for isbits key/value types?
|
|
3
|
177
|
December 10, 2024
|
How to use ccall, cconvert, and unsafe_convert in a convenient and memory-safe way?
|
|
18
|
2257
|
June 24, 2020
|
Acquiring locks in finalizers
|
|
3
|
130
|
September 20, 2024
|
C struct garbage collection not run frequently enough
|
|
28
|
380
|
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
|
512
|
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
|
3171
|
December 6, 2023
|
How to force an object to be freed by the garbage collector
|
|
19
|
4749
|
October 26, 2023
|
Estimate memory requirements of ODE solver
|
|
7
|
485
|
October 6, 2023
|
Reduce GC time
|
|
7
|
773
|
September 14, 2023
|
Memory not released on HTTP POST requests?!
|
|
2
|
264
|
August 30, 2023
|
Reference counting and disposables
|
|
4
|
563
|
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
|
856
|
July 20, 2023
|
Garbage collection not aggressive enough on Slurm Cluster
|
|
17
|
2788
|
August 4, 2021
|
This month in Julia world - 2023-05
|
|
20
|
3089
|
June 9, 2023
|
Heap-size-hint usage recommendations
|
|
3
|
1661
|
May 30, 2023
|
Very different performance in different computers due to garbage collection?
|
|
28
|
2310
|
May 12, 2023
|
Do Garbage Collectors necessarily make code slow?
|
|
23
|
1566
|
April 27, 2023
|
Advice needed on multithreaded processing for live data from a UDP socket
|
|
2
|
545
|
January 13, 2023
|
Question about garbage collection, AD, and CUDA
|
|
1
|
516
|
December 19, 2022
|
`empty!` and garbage collection for `Tuple`, `NamedTuple`, and `Pairs`
|
|
2
|
521
|
November 14, 2022
|
Simulate manual memory management to reduce RAM usage?
|
|
3
|
2682
|
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
|
1484
|
September 25, 2022
|
How to undef a vector element
|
|
30
|
1579
|
July 27, 2022
|
Mutex in finalizers
|
|
0
|
232
|
July 5, 2022
|