Replies: 1 comment
-
Hi. I think the place you want to ask this question is the HDF Forum (https://forum.hdfgroup.org/). We use GitHub discussions to discuss library development. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering if I can use (and hopefully not misuse) the hdf5 framework to implement thread-safe reference counting in C, basically something like std::atomic<int>. This way I can mimic a shared pointer in C w/o the need for the typical boilerplate code.
Thank you for your support.
Beta Was this translation helpful? Give feedback.
All reactions