@hackage vector-endian0.1.0.0
Storable vectors with cpu-independent representation.
Categories
License
MIT
Maintainer
ian@zenhack.net
Links
Versions
- 0.1.0.0 Mon, 22 Apr 2019
Installation
Dependencies (41)
- base ^>=4.12
- cpu ^>=0.1.2
- deepseq ^>=1.4.4
- vector ^>=0.12.0
- vector-endian
- zenhack-prelude ^>=0.1 Show all…
Dependents (0)
This is a Haskell package for working with flat arrays of fixed-size numeric values in a format that is independent of host CPU endianness (or word size). This means that you can manipulate the array in memory, and then just write it out to disk or the network when finished -- no marshalling step.
The types exposed by this package can be used with the vector package;
they implement the type classes provided by that package.