pvector: Fast persistent vectors

[ bsd3, data, library ] [ Propose Tags ]

An persistent vector is an efficient sequence data structure. It supports fast indexing, iteration, and snocing.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
debug

Enable array bounds checking

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.0.1, 0.1.1 (info)
Change log CHANGELOG.md
Dependencies base (>=4.12 && <5), deepseq (>=1.1 && <1.5), primitive (>=0.6.4.0 && <0.8), vector-stream (>=0.1.0.0 && <0.2) [details]
License BSD-3-Clause
Copyright 2022 Brian Shu
Author Brian Shu
Maintainer littlebubu.shu@gmail.com
Category Data
Home page https://github.com/oberblastmeister/pvector
Bug tracker https://github.com/oberblastmeister/pvector/issues
Uploaded by BrianShu at 2023-03-29T23:36:13Z
Distributions
Downloads 131 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-03-30 [all 1 reports]

Readme for pvector-0.1.1

[back to package description]

Haskell Hackage GitHub GitHub Workflow Status

pvector

An implementation of persistent vectors, an efficient sequence data structure. It supports fast indexing, iteration, and snocing.