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.PTTLB

Description

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

Synopsis

Documentation

data PTTLB v Source

Abbreviation stands for Per Thread TList Bag where TList means fine-grained list.

Instances