Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.

Implement message compressor #30

Open
yoos opened this issue Jan 29, 2015 · 1 comment
Open

Implement message compressor #30

yoos opened this issue Jan 29, 2015 · 1 comment

Comments

@yoos
Copy link
Member

yoos commented Jan 29, 2015

It might be useful to implement a wrapper message type to compress and decompress floats and doubles in arbitrary message types. For example, a type consisting of four floats and an int8 might be compressed to five int8s or even four 4-bit fields and an int8.

Not sure how flexible this should be, but I can see this being useful for reducing bandwidth requirements over wireless (which is a downsampled data stream already, probably will ever be used for sanity checking the system from the ground.. decreasing data resolution shouldn't be a big deal)

@yoos
Copy link
Member Author

yoos commented Apr 5, 2016

This could be as simple as implementing half-precision floating point (dare we implement quarter-precision?)

@yoos yoos added this to the Future milestone Apr 5, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants