An open API service indexing awesome lists of open source software.

https://github.com/hongchangwu/hashtable-benchmark

Benchmark of hash table implementations in Haskell
https://github.com/hongchangwu/hashtable-benchmark

benchmark haskell

Last synced: 5 months ago
JSON representation

Benchmark of hash table implementations in Haskell

Awesome Lists containing this project

README

          

# Haskell Hash Table Benchmark

[![Build Status](https://travis-ci.org/hongchangwu/hashtable-benchmark.svg?branch=master)](https://travis-ci.org/hongchangwu/hashtable-benchmark)

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
```