@hackage lol-cpp0.2.0.0

A fast C++ backend for <https://hackage.haskell.org/package/lol lol>.

  • Installation

  • Dependencies (9)

  • Dependents (2)

    @hackage/lol-apps, @hackage/rlwe-challenges
  • Package Flags

      llvm
       (off by default)

      Compile via LLVM. This produces much better object code, but you need to have the LLVM compiler installed.

      opt
       (on by default)

      Turn on library optimizations

      with-apps
       (on by default)

      When this flag is enabled, lol-apps tests and benchmarks are buildable.

      with-execs
       (off by default)

      When this flag and `with-apps` are both enabled, the lol-apps executables are buildable

This package contains a fast C++ implementation of the 'Tensor' interface for Lol, via Haskell's FFI.

You can test this package by running stack test lol-cpp, and benchmark by running stack bench lol-cpp.