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

Allow jiffy encode maps with integer keys? #142

Closed
gasparch opened this issue Mar 31, 2017 · 3 comments
Closed

Allow jiffy encode maps with integer keys? #142

gasparch opened this issue Mar 31, 2017 · 3 comments

Comments

@gasparch
Copy link

Would you consider as a good feature to have option to allow encoding Erlang maps where keys are integers? That would allow skip conversion step from integer to binary which for a big map is a huge overhead (basically recreating map from scratch, which will be used just one time and then thrown away).

@gasparch
Copy link
Author

Another question - if it also makes sense to have option to skip certain keys from a map while encoding. Again - to avoid rebuilding whole map just to remove one key on serialization and then throw new map away.

@gasparch
Copy link
Author

ping @davisp :)

@gasparch
Copy link
Author

submitted PR #150

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

No branches or pull requests

1 participant