https://github.com/c-cube/thread-local-storage
thread-local storage for OCaml
https://github.com/c-cube/thread-local-storage
ocaml thread tls
Last synced: 3 months ago
JSON representation
thread-local storage for OCaml
- Host: GitHub
- URL: https://github.com/c-cube/thread-local-storage
- Owner: c-cube
- License: mit
- Created: 2023-10-25T00:59:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-13T15:28:15.000Z (5 months ago)
- Last Synced: 2025-03-16T00:14:44.294Z (3 months ago)
- Topics: ocaml, thread, tls
- Language: OCaml
- Homepage: https://c-cube.github.io/thread-local-storage/
- Size: 2.93 MB
- Stars: 17
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# Thread-local storage
The classic threading utility: have variables that have a value for each thread.
See https://discuss.ocaml.org/t/a-hack-to-implement-efficient-tls-thread-local-storage/13264 for the initial implementation
by @polytypic.## License
MIT