dmccloskey / TensorBase

A GPU accelerated, in memory, and multi-dimensional database
MIT License
1 stars 1 forks source link

TensorData serialization using Eigen binary format #36

Closed dmccloskey closed 5 years ago

dmccloskey commented 5 years ago

Description

As a user, I would like to be able to store the Table and Axis tensor data in a compact binary form that can be rapidly written and read from.

Objectives

Validation

References