Skip to content

quovide/java-uuid-v1-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java UUID v1 Generator

This library provides an implementation strategy for version 1 UUID generator. This implementation considers a 'node' to be an instance within a Java process. The node is generator by using environment variables, hashing them, and use the first 6 characters, as suggested by the UUID RFC.

Profiling was performed by using JProfiler (http://www.ej-technologies.com/products/jprofiler/overview.html)

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Java 100.0%