/uuidv1

UUID v1 (328 B / 17 alloc)

Primary LanguageGoThe UnlicenseUnlicense

universally unique identifier

Go Report Card

Algorithm generate 128bit UUID with node and time based randomness in RFC4122 format.

Usage

import "github.com/jancajthaml-go/uuidv1"

uuidv1.Generate()

Performance

  • 328 B/op
  • 17 allocs/op

verify your performance by running make benchmark

Resources