grow-vector: Mutable vector with efficient appends

[ data, library, mit ] [ Propose Tags ]

Mutable vector with efficient updates. Simple implementation on partially filled array with capacity tracking and resizing.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Flags

Manual Flags

NameDescriptionDefault
liquidhaskell

Use liquid haskell to check sources

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.3.0, 0.1.4.0, 0.1.5.0
Change log CHANGELOG.md
Dependencies base (>=4.5 && <4.15), primitive (>=0.7 && <0.8), vector (>=0.12 && <0.13) [details]
License MIT
Copyright 2020 Anton Gushcha
Author
Maintainer Anton Gushcha <ncrashed@protonmail.com>
Category Data
Source repo head: git clone https://github.com/NCrashed/asteroids-arena(haskell/grow-vector)
Uploaded by NCrashed at 2020-12-06T23:07:00Z
Distributions
Downloads 600 total (25 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]

Readme for grow-vector-0.1.2.0

[back to package description]

grow-vector

Mutable vector with efficient updates. Simple implementation on partially filled array with capacity tracking and resizing.