hashtable-benchmark: Benchmark of hash table implementations in Haskell

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Please see README.md


[Skip to Readme]

Properties

Versions 0.1, 0.1, 0.1.1
Change log None available
Dependencies base (>=4.5 && <5), containers, criterion, hashtables, QuickCheck, unordered-containers [details]
License BSD-3-Clause
Copyright Copyright (c) 2017 Hongchang Wu
Author Hongchang Wu
Maintainer wuhc85@gmail.com
Category Benchmarking
Home page https://github.com/hongchangwu/hashtable-benchmark#readme
Source repo head: git clone https://github.com/hongchangwu/hashtable-benchmark
Uploaded by HongchangWu at 2017-01-18T01:58:00Z

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for hashtable-benchmark-0.1

[back to package description]

Haskell Hash Table Benchmark

Build Status

Benchmark of hash table implementations in Haskell:

Build

stack setup
stack build

Run

stack exec benchmark