hashtable-benchmark: Benchmark of hash table implementations

[ benchmarking, bsd3, performance, program ] [ Propose Tags ]

This package provides benchmark of several popular implementations of hash table like containers.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.1.1
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, Performance
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-18T02:25:17Z
Distributions NixOS:0.1.1
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hashtable-benchmark
Downloads 1642 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2017-01-18 [all 3 reports]

Readme for hashtable-benchmark-0.1.1

[back to package description]

Haskell Hash Table Benchmark

Build Status

Benchmark of implementations of hash table like containers in Haskell:

  • Data.Map
  • Data.IntMap
  • Data.HashMap
  • Data.HashTable

Build

stack setup
stack build

Run

stack exec benchmark