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

Copyright(c) Alex Semin, 2015
LicenseBSD3
Maintaineralllex.semin@gmail.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Data.STM.Bag.Internal.PTLB

Description

Implementation of the Class using TArray of ListBag (coarse-grained lists) which are used in thread-local manner in the first place and perform work-stealing otherwise.

Synopsis

Documentation

data PTLB v Source

Abbreviation stands for Per Thread List Bag

Instances