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

Extend integer-lexicoder to big integers #7

Open
greglook opened this issue Oct 20, 2017 · 0 comments
Open

Extend integer-lexicoder to big integers #7

greglook opened this issue Oct 20, 2017 · 0 comments

Comments

@greglook
Copy link
Owner

Currently the integer-lexicoder implementation supports 1-8 byte values via the respective byte/short/long primitive types in the JVM. The key encoding format is extensible to larger values up to 128 bytes, but requires some additional code to detect and handle big-integer values.

Good candidate for a starter project.

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

1 participant