f4b6a3 / tsid-creator

A Java library for generating Time-Sorted Unique Identifiers (TSID).
MIT License
475 stars 50 forks source link

Change TsidValidator to check the maximum value #5

Closed fabiolimace closed 3 years ago

fabiolimace commented 3 years ago

Change TsidValidator to check the maximum value: 7ZZZZZZZZZZZZ = 9223372036854775807 (2^63 - 1)

fabiolimace commented 3 years ago

Done.

Version 2.4.2 released.

fabiolimace commented 3 years ago

Another optimization done in the commit 5efbc70e756b5cf0971a52c72494ded222391dfb.

Version 2.4.3 released.