sdp-0.2: Simple Data Processing
Copyright(c) Andrey Mulik 2019
LicenseBSD-style
Maintainerwork.a.mulik@gmail.com
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

SDP.ByteList

Description

SDP.ByteList provides ByteList - strict unboxed unrolled linked list.

Synopsis

Exports

module SDP.Sort

module SDP.Scan

module SDP.Set

ByteList

type ByteList = AnyBorder Ublist Source #

ByteList is bordered strict unboxed unrolled linked list.

Ublist

type Ublist = AnyChunks SBytes# Source #

Ublist is unrolled linked list of unboxed values.