-
# What / Why
In order to safely prune old content after storing fresh content in the cache, we need some means of knowing if the old content has now become orphaned. The fastest approach to this is…
-
**Describe the proposed addition**
xLights uses many of the drawing related things in wxWidgets on multiple background thread simultaneously. Due to the reference counting in wxWidgets for various …
dkulp updated
2 years ago
-
Term should be properly reference counted.
-
This is more of a discussion on the feature, but it's planned. We're just wondering how to go about implementing it.
Some ideas:
- Using an asterisks to denote something that is ref counted `somethin…
-
### Problem
Especially in the Cull stage in the Panda3D renderer, there are a lot of calls to `ref()` and `unref()` (mostly implicitly with the use of PointerTo in eg. CullableObject). This involv…
-
As a proof-of-concept, can we support "one-way" Java object use, in which *construction* and *use* of bound types is supported, but *no* Java-to-managed object references.
This would mean:
* S…
-
### Description
The behavior should be similar to Java and Python https://github.com/ray-project/ray/pull/21249
### Use case
_No response_
-
Currently, the lifecycle of ThorVG's paint is managed based on reference counting. It is possible to consider introducing the Canvas::pop() function as the opposite of Canvas::push(). push()/pop() fun…
-
`libxkbcommon` can be awkward to use in a multi-threaded context given the use of reference counting in a non-thread-safe way. In particular it's proven inconvenient with how [Smithay](https://github.…
-
Since GC is inefficient in some embedded platform usage.
The idea is from [Squirrel](http://squirrel-lang.org/):
> mixed approach ref counting/GC
It provides weak reference type and optional GC…