GeistHaus
log in · sign up

Encoding

developers.google.com

Explains how Protocol Buffers encodes data to files or to the wire.

1 page links to this URL
Compression of floating point timeseries

I recently had cause to investigate fast methods of storing and transferring financial timeseries. Naively, timeseries can be represented in memory or on disk as simple dense arrays of floating point numbers. This is an attractive representation with many nice properties: