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.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.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 |
---|---|
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> |
Home page | https://github.com/nikita-volkov/acc |
Bug tracker | https://github.com/nikita-volkov/acc/issues |
Source repo | head: git clone git://github.com/nikita-volkov/acc.git |
Uploaded | by NikitaVolkov at 2023-03-13T22:38:52Z |
Distributions | LTSHaskell:0.2.0.3, NixOS:0.2.0.3, Stackage:0.2.0.3 |
Reverse Dependencies | 3 direct, 4 indirect [details] |
Downloads | 1996 total (63 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 2023-03-13 [all 1 reports] |