stm-data-collection: Collection of STM-based Data Structures

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Package provides implementation of different data structures, relying on STM (https://hackage.haskell.org/package/stm) for safe and flexible concurrency.

There are several implemenations for each data structure. The reason is that the concrete one should be chosen depending on use-case. Description of cons and pros may be found in corresponding documentation. Some of the modules also provide parameterized constructors which must be imported separately and used with care.

Properties

Versions 0.1.0.0
Change log None available
Dependencies array (>=0.5 && <0.6), base (>=4.7 && <4.9), pcg-random (>=0.1.3.2 && <0.3), random (>=1.1 && <1.2), stm (>=2.4 && <2.5), vector (>=0.10 && <0.12) [details]
License BSD-3-Clause
Copyright (c) 2015 Alex Semin <alllex.semin@gmail.com>
Author Alex Semin, Ryan Yates
Maintainer alllex.semin@gmail.com
Category Data
Source repo head: git clone git://github.com/alllex/stm-data-collection.git
Uploaded by alllex at 2015-10-22T11:53:27Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees