4 Forks
23 Stars
23 Watchers

sets

Benchmarks for set data structures: hash sets, dawg's, bloom filters, etc.

How to download and setup sets

Open terminal and run command
git clone https://github.com/haskell-perf/sets.git
git clone is used to create a copy or clone of sets repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with sets https://github.com/haskell-perf/sets/archive/master.zip

Or simply clone sets with SSH
[email protected]:haskell-perf/sets.git

If you have some problems with sets

You may open issue on sets support forum (system) here: https://github.com/haskell-perf/sets/issues