Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-07T00:49:29.000Z (3 months ago)
- Last Synced: 2024-10-13T01:46:09.721Z (3 months ago)
- Topics: ocaml, thread, tls
- Language: OCaml
- Homepage: https://c-cube.github.io/thread-local-storage/
- Size: 2.92 MB
- Stars: 15
- Watchers: 3
- 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