@hackage / grow-vector

Mutable vector with efficient appends

Latest0.1.5.0

About

Metadata

  • Last updated , by AndreasAbel
  • License MIT
  • Maintained by: Anton Gushcha <ncrashed@protonmail.com>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 9.4.4
  2. 9.2.5
  3. 9.0.2
  4. 8.10.7
  5. 8.8.4
  6. 8.6.5
  7. 8.4.4

Package Flags

Use the -f option with cabal commands to enable flags

    liquidhaskell (off by default)

    Use liquid haskell to check sources

Readme

grow-vector

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