Popularity
2.8
Declining
Activity
0.0
Stable
2
3
1

Monthly Downloads: 10
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Development     Benchmarking     Performance    
Latest version: v0.1.1

hashtable-benchmark alternatives and similar packages

Based on the "Benchmarking" category.
Alternatively, view hashtable-benchmark alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of hashtable-benchmark or a related project?

Add another 'Benchmarking' Package

README

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