nonempty-vector: Non-empty vectors

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Performant non-empty mutable and immutable vectors. These vectors strive to implement the common APIs seen in vector without any additional performance cost.


[Skip to Readme]

Properties

Versions 0.0.1.0, 0.0.1.1, 0.1.0.0, 0.1.0.0, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.1.0, 0.2.2.0, 0.2.3
Change log CHANGELOG.md
Dependencies base (>=4.0 && <5), deepseq, primitive (>=0.7), semigroups (>=0.19 && <0.20), vector (>=0.12 && <0.13) [details]
License BSD-3-Clause
Copyright (c) 2019 Emily Pillmore
Author Emily Pillmore
Maintainer emilypi@cohomolo.gy
Category Data
Home page https://github.com/emilypi/nonempty-vector
Bug tracker https://github.com/emilypi/nonempty-vector/issues
Source repo head: git clone https://github.com/emilypi/nonempty-vector.git
Uploaded by topos at 2019-10-20T18:08:09Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for nonempty-vector-0.1.0.0

[back to package description]

Non-empty Vectors

Build Status

This package presents thin wrappers around mutable and immutable Data.Vector types. The entire Vector API is supported for both sets of boxed vectors, with future plans to support unboxed, primitive, storable, and generic vectors.

There are no external dependencies that are not already in base.

nonempty-vector dependencies