Releases: jchambers/fast-uuid
Releases · jchambers/fast-uuid
v0.2.0 - Packaging update
This release contains no significant functional changes, but packages fast-uuid
as an OSGi bundle.
v0.1 - Initial public release
This is the initial public release of fast-uuid
. At the time of writing, it is:
- About 14 times faster than
UUID#fromString(String)
under Java 8 and older - About 6 times faster than
UUID#fromString(String)
under Java 9 and newer - About 6 times faster than
UUID#toString()
under Java 8 and older - No different from
UUID#toString()
under Java 9 and newer