lol-benches: A library for benchmarking <https://hackage.haskell.org/package/lol Λ ∘ λ>.

[ crypto, gpl, library ] [ Propose Tags ]

This library contains code to benchmark &#923; &#8728; &#955; (Lol). It is designed so that third-party tensors can be easily benchmarked using the same framework. For examples of how to use this library, see the benchmarks for lol-cpp.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0.1, 0.0.0.2, 0.0.0.3, 0.0.0.4, 0.0.0.5 (info)
Change log CHANGES.md
Dependencies ansi-terminal (<0.7), base (>=4.9 && <5), containers (<0.6), criterion (<1.2), crypto-api (<0.14), deepseq (<1.5), DRBG (<0.6), lol (>=0.6.0.0 && <0.7), MonadRandom (<0.6), split (<0.3), statistics (<0.14), transformers (<0.6), vector (<0.12.0.0) [details]
License GPL-2.0-only
Copyright Eric Crockett, Chris Peikert
Author Eric Crockett <ecrockett0@gmail.com>, Chris Peikert <cpeikert@alum.mit.edu>
Maintainer Eric Crockett <ecrockett0@gmail.com>
Revised Revision 1 made by crockeea at 2017-02-23T20:29:53Z
Category Crypto
Home page https://github.com/cpeikert/Lol
Bug tracker https://github.com/cpeikert/Lol/issues
Source repo head: git clone https://github.com/cpeikert/Lol
Uploaded by crockeea at 2017-02-20T04:55:45Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3274 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-02-20 [all 1 reports]

Readme for lol-benches-0.0.0.3

[back to package description]
This library contains modules which benchmark different layers of Lol.
Choose which layers you want to benchmark,
and call the appropriate funtion with a proxy for the relevant parameters.

Primarily, this can be used to benchmark third-party 'Tensor' instances,
but it also includes some useful tools for writing crypto application benchmarks.

Unless you are writing your own benchmarks, you shouldn't explicitly need this
package.