@hackage futhark-data1.1.0.1
An implementation of the Futhark data format.
Installation
Dependencies (12)
- base >=4 && <5
- binary >=0.8.3
- bytestring >=0.10.8
- bytestring-to-vector >=0.3.0.1
- containers >=0.6.2.1
- half >=0.3 Show all…
Dependents (2)
@hackage/futhark, @hackage/futhark-server
The Futhark compiler and its tools uses a simple external data representation to encode arrays and scalars. This package implements both a Haskell-level representation of these values, as well as utility functions for reading and writing values in both the textual and binary format.