-
For constructible interfaces that extend `EventTarget` (e.g., PermissionStatus), it might be good for the spec to provide some guidance around garbage collection.
Two examples of where this has co…
-
Despite the fact that the comment in purge.go says "Purge deletes expired locks...", the Purge method does not do a delete/remove of entries in the locks collection. As a result these entries tend to …
-
### Version
All - latest 1.4.4-stable, 1.4.4-preview, dev branch too.
### Requestors / This bug affects
- Gameplay as a Player
- Mod capability as a Modder
- tModLoader code as a Contributo…
-
Both `AsconCore#encrypt` and `AsconCore#decrypt` allocate a fresh piece of transient memory per every call:
https://github.com/MiragePV/OptimizedJCAlgs/blob/056abc90c8bd98b93495470a6077d962087db873…
-
Takes an average of 8 hours for garbage-collecting is unbearable. Many attempts of trying to shorten the garbage collection period result in problems in some components. Please rewrite in Rust so we c…
-
### What happened?
The image of the container was deleted while pod was running.
When I noticed it, it was already almost two weeks after the pod was created, and by prometheus metrics, I could see …
-
### Feature description
I have realized that when programming in Python, using the binary C++ back-end of QGIS, I have to care a lot about whether objects are cleaned up before they are supposed to, …
velle updated
2 months ago
-
https://youtube.com/watch?v=UnaNQgzw4zY
-
For now `GCSuspend()` does not just suspend garbage "collecting", it actually stops the GC overall (it calls `GC_Disable()` from bdwgc).
`GCSetMode()` is not having an implementation -> it just does …
-
# Context
Several bugs in this repository, such as #1019, #694, and #1043, seem to relate to a common issue, which the work done 3 years ago in the unmerged #1048 appears to propose a potential sol…