acc: Sequence optimized for monoidal construction and folding
Data structure intended for accumulating a sequence of elements
for later traversal or folding.
Useful for implementing all kinds of builders on top.
.
The benchmarks show that for the described use-case it
is on average 2 times faster than DList and Seq,
is on par with list when you always prepend elements and
is exponentially faster than list when you append.
[Skip to Readme]
Downloads
- acc-0.2.0.4.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.1.0.1, 0.1.0.2, 0.1.1, 0.1.2, 0.1.3, 0.1.3.1, 0.2, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.2.0.4 |
|---|---|
| Dependencies | base (>=4.13 && <5), deepseq (>=1.4 && <2), semigroupoids (>=5.3 && <7) [details] |
| License | MIT |
| Copyright | (c) 2020 Nikita Volkov |
| Author | Nikita Volkov <nikita.y.volkov@mail.ru> |
| Maintainer | Nikita Volkov <nikita.y.volkov@mail.ru> |
| Uploaded | by NikitaVolkov at 2026-01-13T09:42:11Z |
| Home page | https://github.com/nikita-volkov/acc |
| Bug tracker | https://github.com/nikita-volkov/acc/issues |
| Source repo | head: git clone https://github.com/nikita-volkov/acc.git |
| Distributions | LTSHaskell:0.2.0.3, NixOS:0.2.0.3, Stackage:0.2.0.4 |
| Reverse Dependencies | 4 direct, 5 indirect [details] |
| Downloads | 2319 total (23 in the last 30 days) |
| Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2026-01-13 [all 1 reports] |