ulid-creator/src
Fabio Lima 1bee3ba042 Optimization of the ULID string validation
It's not needed to parse the whole ULID timestamp. All is needed is to
check the first two bits. They are extra bits added by the base-32
encoding. Both bits must be ZERO.
2020-11-09 04:27:20 -03:00
..
main/java/com/github/f4b6a3/ulid Optimization of the ULID string validation 2020-11-09 04:27:20 -03:00
test/java/com/github/f4b6a3/ulid Optimization of the ULID string validation 2020-11-09 04:27:20 -03:00