Skip to content

Releases: jchambers/fast-uuid

v0.2.0 - Packaging update

08 Aug 16:39
Compare
Choose a tag to compare

This release contains no significant functional changes, but packages fast-uuid as an OSGi bundle.

v0.1 - Initial public release

27 Jan 02:09
Compare
Choose a tag to compare

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