@hackage / javelin-io

IO operations for the `javelin` package

Latest0.1.1.3

About

Metadata

  • Last updated , by LaurentRDC
  • License MIT
  • Categories Data Structures
  • Maintained by: laurent.decotret@outlook.com

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.12.1
  2. 9.10.1
  3. 9.8.4
  4. 9.6.4
  5. 9.4.8

Readme

This package implements serialization/deserialization of Series, labeled one-dimensional arrays combining properties from maps and arrays.

The important modules are:

Data.Series.IO
Serialization/deserialization of series of arbitrary types.
Data.Series.Unboxed.IO
Serialization/deserialization of unboxed series for better performance, at the cost of flexibility.
Data.Series.Generic.IO
Serialization/deserialization of generic series to manipulate any type of Series.

If you don't know where to start, please take a look at the documentation in Data.Series.IO.