Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 242 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 242 Bytes

set-v-intset

Benchmark Haskell's Data.Set vs Data.IntSet

A trival benchmark to compare Haskell's Data.Set with Data.IntSet.

To build and run:

cabal install --dependencies-only
cabal build
dist/build/set-v-intset/set-v-intset