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

Use set instead of put #20

Merged
merged 1 commit into from
Jan 24, 2016
Merged

Conversation

stampy88
Copy link
Contributor

Since we aren't returning the value on puts, use IMap.set(k, v) instead of put(k,v) so that the old value doesn’t have to be returned (and thus, no deserialization).
Signed-off-by: Dave Sinclair stampy88@yahoo.com

Since we aren't returning the value on puts, use IMap.set(k, v) instead of put(k,v) so that the old value doesn’t have to be returned (and thus, no deserialization).
Signed-off-by: Dave Sinclair <stampy88@yahoo.com>
@cescoffier cescoffier merged commit 5f85c3d into vert-x3:master Jan 24, 2016
@cescoffier
Copy link
Member

Thanks !

@stampy88 stampy88 deleted the use_set_instead_of_put branch January 25, 2016 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants