Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haskell/vector
An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework .
https://github.com/haskell/vector
Last synced: about 1 month ago
JSON representation
An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework .
- Host: GitHub
- URL: https://github.com/haskell/vector
- Owner: haskell
- License: other
- Created: 2013-09-24T18:27:31.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T16:21:28.000Z (7 months ago)
- Last Synced: 2024-04-16T00:49:07.576Z (7 months ago)
- Language: Haskell
- Size: 2.46 MB
- Stars: 360
- Watchers: 23
- Forks: 136
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
The `vector` package [![Build Status](https://github.com/haskell/vector/workflows/CI/badge.svg)](https://github.com/haskell/vector/actions?query=branch%3Amaster)
====================An efficient implementation of `Int`-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework.
See [`vector` on Hackage](http://hackage.haskell.org/package/vector) for more information.