/grow-vector

Haskell mutable vectors with amortized append operation

Primary LanguageHaskellMIT LicenseMIT

grow-vector

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