https://github.com/fumieval/data-vector-growable
Dynamic, growable, resizable, mutable and generic vector implementation
https://github.com/fumieval/data-vector-growable
array haskell
Last synced: 10 months ago
JSON representation
Dynamic, growable, resizable, mutable and generic vector implementation
- Host: GitHub
- URL: https://github.com/fumieval/data-vector-growable
- Owner: fumieval
- License: bsd-3-clause
- Created: 2020-12-09T14:48:53.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-25T09:21:05.000Z (almost 4 years ago)
- Last Synced: 2025-03-27T19:11:21.352Z (10 months ago)
- Topics: array, haskell
- Language: Haskell
- Homepage:
- Size: 13.7 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
data-vector-growable
====

[](https://hackage.haskell.org/package/data-vector-growable)
[](https://discord.gg/DG93Tgs)
This is a Haskell package that implements dynamic array (a.k.a. growable vector) based on any `vector` variants.
See it on Hackage for more information.