• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Data/H09-Sep-2001-16,1366,909

benchmarks/H03-May-2022-452342

include/H09-Sep-2001-2115

internal/H09-Sep-2001-1,3751,330

tests/H09-Sep-2001-1,6961,266

LICENSEH A D09-Sep-20011.5 KiB3124

README.mdH A D09-Sep-2001372 74

Setup.hsH A D09-Sep-200147 42

changelog.mdH A D09-Sep-20013.8 KiB11479

vector.cabalH A D09-Sep-20017.2 KiB271225

README.md

1The `vector` package [![Build Status](https://travis-ci.org/haskell/vector.png?branch=master)](https://travis-ci.org/haskell/vector)
2====================
3
4An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework.
5
6See [`vector` on Hackage](http://hackage.haskell.org/package/vector) for more information.
7