@hackage / lol-cpp

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

Latest0.2.0.0

About

Metadata

  • Last updated , by crossroads1112
  • License GPL-3.0-only
  • Categories Cryptography
  • Maintained by: Eric Crockett <ecrockett@gmail.com>, Chad Sharp <cmlsharp@umich.edu>

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable 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

Readme

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.