Are thread locals strictly necessary?
Open
- Dominant language
- C
- Stars
- 6
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Hi, thanks for this library, I have a question about it.
I seem to understand that it caches the computation in a thread local, so that you don't need an explicit "initialization step", but assuming
I do have a good initialization phase in my program, I should just do it once and store it in a global variable, right?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.