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.
import "github.com/lsl/uuid"
u := uuid.NewV7() // uuid.UUIDv7