thread-local-storage: Several options for thread-local-storage (TLS) in Haskell.
Thread-local storage, or TLS, is an important ingredient in many algorithms and data structures.
The GHC compiler does not provide a built-in notion of TLS either at the IO-thread or OS thread level. This package provides a few different implementations of a simple TLS API.
All exported modules provide exactly the same interface with different implementations. Run the included criterion benchmark suite to ascertain which performs the best on your platform.
Example criterion benchmark data can be found here (from an Intel Ivy-Bridge i7-3770 desktop): http://www.cs.indiana.edu/~rrnewton/datasets/xmen_tls_report.html
Downloads
- thread-local-storage-0.1.0.3.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.1, 0.1.2, 0.2 (info) |
---|---|
Dependencies | base (>=4.6 && <5.0), containers (>=0.5) [details] |
License | BSD-3-Clause |
Author | Ryan Newton |
Maintainer | rrnewton@gmail.com |
Revised | Revision 1 made by RyanNewton at 2016-04-29T13:18:09Z |
Category | System |
Source repo | head: git clone https://github.com/rrnewton/thread-local-storage |
Uploaded | by RyanNewton at 2014-10-31T14:31:56Z |
Distributions | LTSHaskell:0.2, NixOS:0.2, Stackage:0.2 |
Reverse Dependencies | 4 direct, 11 indirect [details] |
Downloads | 6470 total (2 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |