@hackage vector-algorithms0.9.0.2
Efficient algorithms for vector arrays
Categories
License
BSD-3-Clause
Maintainer
Dan Doel <dan.doel@gmail.com> Erik de Castro Lopo <erikd@mega-nerd.com>
Links
Versions
Installation
Tested Compilers
Dependencies (6)
Dependents (95)
@hackage/prometheus-effect, @hackage/dataframe, @hackage/vinyl-vectors, @hackage/online, @hackage/cpmonad, @hackage/poly, Show all…
Package Flags
boundschecks
(on by default)
Enable bounds checking
unsafechecks
(off by default)
Enable bounds checking in unsafe operations at the cost of a significant performance penalty.
internalchecks
(off by default)
Enable internal consistency checks at the cost of a significant performance penalty.
bench
(on by default)
Build a benchmarking program to test vector-algorithms performance
properties
(on by default)
Enable the quickcheck tests
llvm
(off by default)
Build using llvm
Efficient algorithms for sorting vector arrays. At some stage other vector algorithms may be added.