Netflix / netflix-commons

Common utilities for Netflix OSS projects
Apache License 2.0
162 stars 81 forks source link

Add utility for concurrent UUID generation #20

Closed pstout closed 8 years ago

pstout commented 8 years ago

Add UuidFactory interface and concurrent implementation that avoid thread contention.

jhspaybar commented 8 years ago

Other than capitalization, looks great! :+1: