f4b6a3 / uuid-creator

UUID Creator is a Java library for generating Universally Unique Identifiers.
MIT License
410 stars 44 forks source link

Try ReentrantLock for UUIDv7 #93

Closed fabiolimace closed 9 months ago

fabiolimace commented 11 months ago

See: "Replacing all synchronized methods with ReentrantLock" https://github.com/f4b6a3/uuid-creator/issues/92

fabiolimace commented 9 months ago

This PR was replaced with https://github.com/f4b6a3/uuid-creator/pull/98