weak-bag: Mutable bag backed by weak pointers to each item
This module defines the WeakBag type, which represents a mutable
collection of items that does not cause the items to be retained in memory.
It is useful for situations where a value needs to be inspected or modified
if it is still alive, but can be ignored if it is dead.
Downloads
- weak-bag-0.1.0.0.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 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | base (>=4.7 && <4.13), containers (>=0.5.0 && <0.7.0) [details] |
| License | BSD-3-Clause |
| Copyright | 2018 (c) Ryan Trinkle |
| Author | Ryan Trinkle |
| Maintainer | chessai1996@gmail.com |
| Category | Data |
| Home page | https://github.com/chessai/weak-bag |
| Uploaded | by chessai at 2018-10-04T23:57:28Z |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 673 total (2 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs uploaded by user [build log] Last success reported on 2018-10-05 [all 3 reports] |