repa-flow-4.1.0.1: Data-parallel data flows.

Safe HaskellNone
LanguageHaskell98

Data.Repa.Flow.IO.Binary

Documentation

sourceBinary Source

Arguments

:: Storable a 
=> Spec a

Specification of elements.

-> Integer

Number of elements per chunk.

-> Array B Bucket

Buckets of table.

-> IO (Sources Int IO (Array (Rep a) a))