@cardano vector-algorithms0.9.0.1.0.0.0.0.1

Efficient algorithms for vector arrays

  • Installation

  • Dependencies (6)

  • Dependents (2)

    @cardano/vector-map, @cardano/cardano-tracer
  • 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.