Algorithm generate 128bit UUID with node and time based randomness in RFC4122 format.
import "github.com/jancajthaml-go/uuidv1"
uuidv1.Generate()
- 328 B/op
- 17 allocs/op
verify your performance by running make benchmark
Algorithm generate 128bit UUID with node and time based randomness in RFC4122 format.
import "github.com/jancajthaml-go/uuidv1"
uuidv1.Generate()
verify your performance by running make benchmark