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
- Host: GitHub
- URL: https://github.com/hongchangwu/hashtable-benchmark
- Owner: hongchangwu
- License: bsd-3-clause
- Created: 2017-01-16T02:34:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-18T02:24:27.000Z (about 9 years ago)
- Last Synced: 2025-08-02T12:06:22.855Z (6 months ago)
- Topics: benchmark, haskell
- Language: Haskell
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Haskell Hash Table Benchmark
[](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
```