f4b6a3 / uuid-creator

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

Try ReentrantLock for UUIDv7 #93

Closed fabiolimace closed 11 months ago

fabiolimace commented 1 year ago

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

fabiolimace commented 11 months ago

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