combobuffer-0.2: Various buffer implementations

Safe HaskellNone

Data.RingBuffer.MapBuffer

Description

A RingBuffer implementation based on IntMaps. Operations have the same complexity as the underlying IntMap

Synopsis

Documentation

data MapBuffer a Source

Constructors

MB !Int !(IntMap a) 

Instances