Skip to content

lsl/uuid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uuid

Fast UUID v7 generation.

Based on the conclusions from benchmarking UUID v7.

Combines buffered rand.Read calls from coolaj86/uuidv7 and sequence counting from gofrs/uuid to produce a faster UUID v7 generation.

Usage

import "github.com/lsl/uuid"
u := uuid.NewV7() // uuid.UUIDv7

About

UUID v7 generation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages