@hackage lol-cpp0.0.0.2
A fast C++ backend for <https://hackage.haskell.org/package/lol lol>.
Categories
License
GPL-2.0-only
Maintainer
Eric Crockett <ecrockett0@gmail.com>
Links
Versions
Installation
Dependencies (24)
- MonadRandom >=0.2 && <0.6
- arithmoi >=0.4.1.3 && <0.5
- base >=4.9 && <5
- bytestring <0.11
- constraints <0.10
- containers >=0.5.6.2 && <0.6 Show all…
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
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.