You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: