vector
package
The An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework.
See vector
on Hackage for more information.
Compaction of an immutable vector may crash with the confusing 'uninitialised element' error message (#220). The workaround is to use the 'force' function.
Name | Last commit | Last update |
---|---|---|
Data | ||
benchmarks | ||
include | ||
internal | ||
old-testsuite | ||
tests | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
Setup.hs | ||
cabal.project | ||
changelog | ||
vector.cabal |
vector
package An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework.
See vector
on Hackage for more information.