Skip to content
This repository was archived by the owner on Feb 3, 2023. It is now read-only.

fweig/concurrent-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

concurrent-map

This library implements a concurrent map in Haskell using skiplists.

Installation

Install with cabal:

cabal install --only-dependencies
cabal configure
cabal install

Import ConcurrentMap to integrate in an external program. See src/ConcurrentMap.hs for further documentation.

Benchmarks

Build the benchmark-suite:

cabal configure --flags=Testing
cabal build benchmark-skiplist

Execute './benchmarks.sh' to run the entire benchmark-suite. The results for each test are written to the folder 'benchmarks' and can be plotted with gnuplot. The individual tests are described in my bachelor thesis.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published