Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Checked Exceptions in HyperLogLog Serialization #46

Closed
wants to merge 1 commit into from

Conversation

maedhroz
Copy link

I don't think the serialization methods in HyperLogLog need to throw checked exceptions. (They clutter up client code, make it more likely that someone swallows an exception, etc.) Avoiding this by simply using the tools in ByteBuffer.

…checked exceptions. Avoiding this by simply using the tools in ByteBuffer.
@maedhroz maedhroz closed this Jul 25, 2013
@maedhroz
Copy link
Author

This is completely taken care of by #34, so I'll just close...

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

Successfully merging this pull request may close these issues.

1 participant