Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore reference counting to maintain lifetime relationships among NVML data structures #21

Open
Cldfire opened this issue Dec 3, 2021 · 0 comments

Comments

@Cldfire
Copy link
Owner

Cldfire commented Dec 3, 2021

Over in #20, it was noted that the use of compile-time lifetimes to represent the lifetime relationships between the various NVML data structures greatly complicates storing those structures alongside each other within the same object.

The use of Arcs to represent these relationships would likely be an acceptable performance tradeoff to make for this library and would greatly simplify its usage in these situations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant