thread-local-storage: Several options for thread-local-storage (TLS) in Haskell.
This version is deprecated.
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.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
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 |
Category | System |
Uploaded | by RyanNewton at 2014-10-31T07:33:10Z |
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 not available [build log] All reported builds failed as of 2016-12-12 [all 6 reports] |