name: hashtable-benchmark
version: 0.1.1
synopsis: Benchmark of hash table implementations
description: This package provides benchmark of several popular
implementations of hash table like containers.
homepage: https://github.com/hongchangwu/hashtable-benchmark#readme
license: BSD3
license-file: LICENSE
author: Hongchang Wu
maintainer: wuhc85@gmail.com
copyright: Copyright (c) 2017 Hongchang Wu
category: Benchmarking, Performance
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
executable hashtable-benchmark
hs-source-dirs: src
main-is: Main.hs
ghc-options: -fno-full-laziness -threaded -rtsopts -with-rtsopts=-N -Wall
build-depends: base >=4.5 && <5
, containers
, criterion
, hashtables
, QuickCheck
, unordered-containers
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/hongchangwu/hashtable-benchmark