Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for "dense" waveform storage format (no explicit offset/len) to reduce size of analog captures #92

Closed
azonenberg opened this issue May 11, 2020 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@azonenberg
Copy link
Collaborator

azonenberg commented May 11, 2020

The current sparse file format is wasteful for non-sparse waveforms. It compresses well but it's probably worth a bit of CPU time to figure out which format to use for a given waveform to save storage space / network BW.

@bvernoux
Copy link
Contributor

bvernoux commented Oct 7, 2020

I would recommend https://github.com/atomicobject/heatshrink it is a must have for embedded stuff and real-time stream compression/decompression with low memory usage ...

@azonenberg azonenberg added this to the v0.1 milestone Apr 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants