jOOQ / jOOU

jOOU - Unsigned Integers jOOU provides unsigned integer versions for the four Java integer types byte, short, int and long.
http://www.jooq.org/products
Apache License 2.0
228 stars 32 forks source link

Optimise ULong to encode its value as a primitive long rather than as a BigInteger #7

Closed sirikid closed 8 years ago

sirikid commented 8 years ago

Sorry, I did not want to immediately create a pull request, but I'm not very experienced in this.

lukaseder commented 8 years ago

Thank you very much for your pull request. This is perfectly fine, a pull request is the best way for us to verify your contribution, which I'm hoping to be able to do by the end of the week. I'll give you feedback soon.

Thanks again!

lukaseder commented 8 years ago

This looks good to me. Thank you very much again for your useful contribution!