Package Info

ghc-vector-binary-instances


Instances of Data.Binary for vector


Unspecified

Instances for Binary for the types defined in the vector package, making it easy to serialize vectors to and from disk. We use the generic interface to vectors, so all vector types are supported. Specific instances are provided for unboxed, boxed and storable vectors. . To serialize a vector: . > Data.Vector.Binary> let v = Data.Vector.fromList [1..10] > Data.Vector.Binary> v > fromList [1,2,3,4,5,6,7,8,9,10] :: Data.Vector.Vector > *Data.Vector.Binary> encode v > Chunk "NULNULNULNULNUL...NULNULNULtNULNULNULNULn" Empty . Which you can in turn compress before writing to disk: . > compress . encode $ v > Chunk "US139bNULNULN...229240,254:NULNULNUL" Empty . Try the cereal-vector package if you are looking for Data.Serialize instances.


License: BSD-3-Clause
URL: https://hackage.haskell.org/package/vector-binary-instances

Categories

Releases

Package Version Update ID Released Package Hub Version Platforms Subpackages
0.2.5.2-bp155.3.14 info GA Release 2023-05-22 15 SP5
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • ghc-vector-binary-instances
  • ghc-vector-binary-instances-devel
0.2.5.2-bp154.2.11 info GA Release 2022-05-09 15 SP4
  • AArch64
  • ppc64le
  • x86-64
  • ghc-vector-binary-instances
  • ghc-vector-binary-instances-devel
0.2.5.1-bp153.1.19 info GA Release 2021-04-08 15 SP3
  • AArch64
  • ppc64le
  • x86-64
  • ghc-vector-binary-instances
  • ghc-vector-binary-instances-devel
0.2.5.1-bp152.2.2 info GA Release 2020-06-16 15 SP2
  • AArch64
  • ppc64le
  • x86-64
  • ghc-vector-binary-instances
  • ghc-vector-binary-instances-devel
0.2.3.5-bp150.2.4 info GA Release 2018-07-30 15
  • AArch64
  • ppc64le
  • x86-64
  • ghc-vector-binary-instances
  • ghc-vector-binary-instances-devel
0.2.3.2-2.3 info 5585 2016-09-14 12 GA-SP5
  • AArch64
  • s390x
  • x86-64
  • ghc-vector-binary-instances
  • ghc-vector-binary-instances-devel
0.2.3.2-2.2 info 5585 2016-09-14 12 GA-SP5
  • ppc64le
  • ghc-vector-binary-instances
  • ghc-vector-binary-instances-devel