Git Product home page Git Product logo

timeid's Introduction

TimeID

Generate unique IDs which contain a high-resolution timestamp.

Package to generate unique, 64bit integers based on the current nanosecond time. Safe for concurrent use by multiple goroutines. A monotonically increasing int64 is always returned.

Usage

This package is designed for self-contained applications that need to generate unique identifiers without relying on an external ID source such as Snowflake (or a database like MySQL).

Warning

  1. The integers generated have nanosecond resolution. Because the ID contains this time information, it could present an attack vector. If using these as public identifiers, know that the clients will know the exact time the ID was generated.

  2. This may generate duplicate numbers if used by multiple application instances (such as a cluster) as the locks only work for a single application's threads.

Most people should use: https://github.com/segmentio/ksuid

Background

Go's time package has a monotonic clock since Go 1.9. You can read the original Proposal here and the time package documentation on the subject.

timeid's People

Contributors

xeoncross avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.