meta icon indicating copy to clipboard operation
meta copied to clipboard

Map meta formats to binary for efficient reading

Open bvssvni opened this issue 10 years ago • 1 comments

An idea is to automatically generate a binary format from a meta language. The binary format could be used to load data efficiently.

Discussed this on IRC and was pointed to https://github.com/wc-duck/datalibrary

bvssvni avatar Sep 20 '15 21:09 bvssvni

An idea is to make meta data converting generic, such that you can process both &[MetaData] and the binary format directly. This means the binary format must contain the source to report errors.

bvssvni avatar Jan 18 '17 06:01 bvssvni