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

Compress Integer attributes #120

Closed
lasalvavida opened this issue Jun 30, 2016 · 3 comments
Closed

Compress Integer attributes #120

lasalvavida opened this issue Jun 30, 2016 · 3 comments

Comments

@lasalvavida
Copy link
Contributor

JOINT attributes for example are integer values that are currently stored as floats in a lot of models. A compressIntegerAttributes stage could be written that checks if an accessor is marked as float, but only contains integers, then choosing a suitable int size (and sign) to contain the range.

@lasalvavida
Copy link
Contributor Author

@JoshuaStorm feel free to tackle this one if you have time; otherwise I'll do it eventually

@pjcozzi
Copy link
Contributor

pjcozzi commented Jun 30, 2016

Good eye, @lasalvavida! @JoshuaStorm this is not a priority now.

@lasalvavida
Copy link
Contributor Author

Closed by #121

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants