An open API service providing repository metadata for many open source software ecosystems.

Topic: "id-generator"

sony/sonyflake

A distributed unique ID generator inspired by Twitter's Snowflake

Language: Go - Size: 52.7 KB - Last synced at: 10 days ago - Pushed at: 12 days ago - Stars: 4,129 - Forks: 311

sqids/sqids-dotnet

Official .NET port of Sqids. Generate short unique IDs from numbers.

Language: C# - Size: 134 KB - Last synced at: 1 day ago - Pushed at: 3 months ago - Stars: 1,016 - Forks: 31

happyfish100/libfastcommon

c common functions library extracted from my open source project FastDFS. this library is very simple and stable. functions including: string, logger, chain, hash, socket, ini file reader, base64 encode / decode, url encode / decode, fast timer, skiplist, object pool etc. detail info please see the c header files.

Language: C - Size: 2.22 MB - Last synced at: 2 days ago - Pushed at: about 2 months ago - Stars: 914 - Forks: 527

sqids/sqids-javascript

Official JavaScript port of Sqids. Generate short unique IDs from numbers.

Language: TypeScript - Size: 1.31 MB - Last synced at: 4 days ago - Pushed at: 2 months ago - Stars: 777 - Forks: 18

sqids/sqids-go

Official Go port of Sqids. Generate short unique IDs from numbers.

Language: Go - Size: 41 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 615 - Forks: 14

Ahoo-Wang/CosId

Universal, flexible, high-performance distributed ID generator. | 通用、灵活、高性能的分布式 ID 生成器

Language: Java - Size: 9.76 MB - Last synced at: 1 day ago - Pushed at: 8 days ago - Stars: 545 - Forks: 79

sqids/sqids-php

Official PHP port of Sqids. Generate short unique IDs from numbers.

Language: PHP - Size: 56.6 KB - Last synced at: 2 days ago - Pushed at: 5 months ago - Stars: 489 - Forks: 13

sqids/sqids-python

Official Python port of Sqids. Generate short unique IDs from numbers.

Language: Python - Size: 76.2 KB - Last synced at: 23 days ago - Pushed at: 2 months ago - Stars: 423 - Forks: 8

haruncpi/laravel-id-generator

Easy way to generate custom ID from database table in Laravel framework.

Language: PHP - Size: 66.4 KB - Last synced at: 7 days ago - Pushed at: over 1 year ago - Stars: 279 - Forks: 51

jingpeicomp/id-generator

生成19位的Long ID、22位的短UUID、卡号、短卡号、带校验码卡号、激活码、付款码、数据加密、手机号加密、带失效时间的数字加密。生成器是分布式,支持多负载,无需数据库、redis或者zk作为ID分配的key。ID分配无需RPC调用,基于本地内存计算,结构简单,可靠性和性能比较高。

Language: Java - Size: 75.2 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 277 - Forks: 82

zelark/nano-id

A unique string ID generator for Clojure and ClojureScript (・_・)ノ

Language: Clojure - Size: 66.4 KB - Last synced at: 6 days ago - Pushed at: over 1 year ago - Stars: 193 - Forks: 9

callicoder/java-snowflake

Distributed Unique ID Generator in Java inspired by Twitter Snowflake

Language: Java - Size: 63.5 KB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 186 - Forks: 42

sqids/sqids-rust

Official Rust port of Sqids. Generate short unique IDs from numbers.

Language: Rust - Size: 45.9 KB - Last synced at: 1 day ago - Pushed at: 5 months ago - Stars: 171 - Forks: 8

sqids/sqids-ruby

Official Ruby port of Sqids. Generate short unique IDs from numbers.

Language: Ruby - Size: 39.1 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 165 - Forks: 6

sqids/sqids-java

Official Java port of Sqids. Generate short unique IDs from numbers.

Language: Java - Size: 54.7 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 133 - Forks: 12

downgoon/snowflake

java edition of [Twitter Snowflake](https://github.com/twitter/snowflake), a network service for generating unique ID numbers at high scale with some simple guarantees.

Language: Java - Size: 305 KB - Last synced at: 22 days ago - Pushed at: over 6 years ago - Stars: 122 - Forks: 45

haozi2015/id-generator

id-generator部署即使用的ID生成器, 支持HTTP、Dubbo、Spring Cloud方式.

Language: Java - Size: 1.28 MB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 121 - Forks: 35

vd2org/snowflake

The Snowflake generator done right.

Language: Python - Size: 58.6 KB - Last synced at: 5 days ago - Pushed at: 12 months ago - Stars: 109 - Forks: 12

kripod/uuidv7

UUIDv7 generator with millisecond precision

Language: TypeScript - Size: 556 KB - Last synced at: 17 days ago - Pushed at: almost 3 years ago - Stars: 109 - Forks: 2

beyonddream/snowid

A Decentralized, K-Ordered 128-bit Unique ID Generator library in C.

Language: C - Size: 96.7 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 93 - Forks: 3

muyo/sno

Compact, sortable and fast unique IDs with embedded metadata.

Language: Go - Size: 236 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 91 - Forks: 5

sqids/sqids-elixir

Official Elixir port of Sqids. Generate short unique IDs from numbers.

Language: Elixir - Size: 211 KB - Last synced at: 18 days ago - Pushed at: 29 days ago - Stars: 83 - Forks: 5

sqids/sqids-postgresql

Official PostgreSQL port of Sqids. Generate short unique IDs from numbers.

Language: Rust - Size: 32.2 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 82 - Forks: 3

lookingatstarts/easyIdGenerator

生成全局唯一ID

Language: Java - Size: 1.01 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 63 - Forks: 10

omaressaouaf/laravel-id-generator

Generate custom incremental unique ids for Laravel

Language: PHP - Size: 41 KB - Last synced at: 1 day ago - Pushed at: about 1 month ago - Stars: 53 - Forks: 4

zhongxunking/ids

高效的分布式id生成器,每个客户端实例tps可达到100万,服务端毫无压力。即使服务端宕机了,id生成依然可用。支持多数据中心,支持id加密。

Language: Java - Size: 51.8 KB - Last synced at: about 2 months ago - Pushed at: over 6 years ago - Stars: 47 - Forks: 23

sqids/sqids-kotlin

Official Kotlin port of Sqids. Generate short unique IDs from numbers.

Language: Kotlin - Size: 83 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 46 - Forks: 5

hjpotter92/sonyflake-py

A distributed unique ID generator inspired by Twitter's Snowflake, rewritten in python

Language: Python - Size: 24.4 KB - Last synced at: 8 days ago - Pushed at: 10 months ago - Stars: 36 - Forks: 11

mustafaturan/monoton

Highly scalable, single/multi node, sortable, predictable and incremental unique id generator with zero allocation magic on the sequential generation

Language: Go - Size: 72.3 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 34 - Forks: 1

zhongxunking/idcenter

idcenter(分布式ID生成中心):极高效的分布式id生成系统,每个客户端获取id的tps可达到400万+,服务端可支持海量的客户端。具备高容错性,即使网络不稳定也能运转(只要不连续长时间断网)。使用http协议进行通信,可支持多语言。具备完整的管理员登录、权限校验。部署简单、页面操作简洁、运维成本低。

Language: Java - Size: 704 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 34 - Forks: 19

f4b6a3/ksuid-creator

A Java implementation of K-Sortable Unique Identifiers (KSUID).

Language: Java - Size: 201 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 31 - Forks: 3

lukateras/nanoid.h

Sitnik's Nano ID as a 199-byte C header

Language: C - Size: 62.5 KB - Last synced at: 11 days ago - Pushed at: 5 months ago - Stars: 30 - Forks: 3

ramazancetinkaya/youtube-video-id-generator

This class mimics the algorithm used by YouTube to generate unique video IDs.

Language: PHP - Size: 5.86 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 26 - Forks: 2

LibreBadge/LibreBadge

Open source web based ID badge software

Language: JavaScript - Size: 16.6 MB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 26 - Forks: 7

sqids/sqids-plpgsql

Official PLpgSQL (PostgreSQL) port of Sqids. Generate short unique IDs from numbers.

Language: PLpgSQL - Size: 16.6 KB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 20 - Forks: 3

anandvarma/namegen

🌈 A unique(ish) random name and id generator

Language: Go - Size: 1.07 MB - Last synced at: 11 months ago - Pushed at: over 1 year ago - Stars: 19 - Forks: 3

sqids/sqids-swift

Official Swift port of Sqids. Generate short unique IDs from numbers.

Language: Swift - Size: 24.4 KB - Last synced at: 25 days ago - Pushed at: over 1 year ago - Stars: 19 - Forks: 3

teamgeek-io/rsa-id-number

South African ID number utilities

Language: Python - Size: 144 KB - Last synced at: 3 days ago - Pushed at: over 2 years ago - Stars: 19 - Forks: 4

jur0/eid

Erlang unique id generator based on UNIX timestamp.

Language: Erlang - Size: 82 KB - Last synced at: about 1 month ago - Pushed at: almost 6 years ago - Stars: 14 - Forks: 4

aziele/unique-namer

Generate unique and memorable names and ids across various categories

Language: Python - Size: 2.51 MB - Last synced at: 25 days ago - Pushed at: 10 months ago - Stars: 13 - Forks: 0

pitabwire/xid

Xid is a globally unique id generator. Xids are small, fast to generate, sortable, compact URL-safe string with no configuration or central generator server.

Language: Dart - Size: 46.9 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 13 - Forks: 4

sqids/sqids-crystal

Official Crystal port of Sqids. Generate short unique IDs from numbers.

Language: Crystal - Size: 12.7 KB - Last synced at: 8 months ago - Pushed at: over 1 year ago - Stars: 13 - Forks: 0

VitorLuizC/vue-component-id

Generates an unique ID for every component.

Language: JavaScript - Size: 980 KB - Last synced at: 3 days ago - Pushed at: over 2 years ago - Stars: 13 - Forks: 1

AmreeshTyagi/goldflake

Bigint ID or primary key generator inspired by Twitter's Snowflake and Sonyflake.

Language: Go - Size: 30.3 KB - Last synced at: 6 days ago - Pushed at: over 3 years ago - Stars: 13 - Forks: 0

sqids/sqids-cpp

Official C++ port of Sqids. Generate short unique IDs from numbers.

Language: C++ - Size: 97.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 12 - Forks: 4

sqids/sqids-elm

Official Elm port of Sqids. Generate short unique IDs from numbers.

Language: Elm - Size: 104 KB - Last synced at: 5 days ago - Pushed at: 4 months ago - Stars: 11 - Forks: 1

sqids/sqids-zig

Official Zig port of Sqids. Generate short unique IDs from numbers.

Language: Zig - Size: 42 KB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 11 - Forks: 1

diglol/id

Diglol Id is a global Id generator for Kotlin Multiplatform.

Language: Kotlin - Size: 698 KB - Last synced at: about 1 month ago - Pushed at: 12 months ago - Stars: 11 - Forks: 1

sqids/sqids-coldfusion

Official ColdFusion port of Sqids. Generate short unique IDs from numbers.

Language: ColdFusion - Size: 36.1 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 11 - Forks: 3

doublechaintech/global-unique-id-generator

应用于微服务和分布式应用程序全局唯一ID生成器,包含服务器端和客户端

Language: Java - Size: 53.7 KB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 11 - Forks: 7

aohorodnyk/uid

Unique ID generator can be used as alternative for UUID (or encode/decode UUID byte representation)

Language: Go - Size: 170 KB - Last synced at: 12 months ago - Pushed at: over 4 years ago - Stars: 11 - Forks: 0

sqids/sqids-lua

Official Lua port of Sqids. Generate short unique IDs from numbers.

Language: Lua - Size: 112 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 10 - Forks: 2

sqids/sqids-perl

Official Perl port of Sqids. Generate short unique IDs from numbers.

Language: Perl - Size: 20.5 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 10 - Forks: 4

sqids/sqids-ocaml

Official OCaml port of Sqids. Generate short unique IDs from numbers.

Language: OCaml - Size: 535 KB - Last synced at: 11 months ago - Pushed at: over 1 year ago - Stars: 10 - Forks: 1

necmettindev/randomstring

A Go package for generating random strings

Language: Go - Size: 9.77 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 10 - Forks: 0

sqids/sqids-scala

Official Scala port of Sqids. Generate short unique IDs from numbers.

Language: Scala - Size: 61.5 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 9 - Forks: 2

sandwich-go/siid

Fast, thread-safe Integer ID generator in Golang

Language: Go - Size: 79.1 KB - Last synced at: about 1 month ago - Pushed at: 10 months ago - Stars: 9 - Forks: 3

sqids/sqids-bash

Official Bash port of Sqids. Generate short unique IDs from numbers.

Language: Shell - Size: 34.2 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 9 - Forks: 2

LeechanX/ekko-idgenerator

golang实现的分布式唯一ID生成器distributed id generator,有全局趋势递增、严防时钟漂移、高可用、高性能等特点

Language: Go - Size: 401 KB - Last synced at: 11 months ago - Pushed at: almost 4 years ago - Stars: 9 - Forks: 3

samirelanduk/django-random-id-model

A model base class which creates long, random, integer primary keys.

Language: Python - Size: 7.81 KB - Last synced at: about 17 hours ago - Pushed at: over 1 year ago - Stars: 8 - Forks: 2

sqids/sqids-dart

Official Dart port of Sqids. Generate short unique IDs from numbers.

Language: Dart - Size: 20.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 8 - Forks: 3

sqids/sqids-c

Official C port of Sqids. Generate short YouTube-looking IDs from numbers.

Language: C - Size: 36.1 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 8 - Forks: 1

sqids/sqids-gdscript

Official GDScript (Godot Engine) port of Sqids. Generate short unique IDs from numbers.

Language: GDScript - Size: 12.7 KB - Last synced at: 9 days ago - Pushed at: 8 months ago - Stars: 7 - Forks: 2

sqids/sqids-clojure

Official Clojure port of Sqids. Generate short unique IDs from numbers.

Language: Clojure - Size: 47.9 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 7 - Forks: 1

sqids/sqids-nim

Official Nim port of Sqids. Generate short YouTube-looking IDs from numbers.

Language: Nim - Size: 22.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 7 - Forks: 1

tripluo/j-id

The j-id is a distributed ID generator based on the snowflake algorithm, which relies on redis/zookeeper to determine the machine serial number.

Language: Java - Size: 45.9 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 7 - Forks: 2

0xShamil/ulid4j

A Java library to generate stupidly fast ULIDs

Language: Java - Size: 16.6 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 7 - Forks: 1

deryrahman/snowfake

Twitter snowflake IDs alternative for generating unique short ID at high scale

Language: Go - Size: 20.5 KB - Last synced at: 11 months ago - Pushed at: over 3 years ago - Stars: 7 - Forks: 0

cristalhq/fastid

Fast ID generator based on timestamp, sequence number and worker id.

Language: Go - Size: 14.6 KB - Last synced at: 3 days ago - Pushed at: 2 months ago - Stars: 5 - Forks: 0

balancer-team/rando-js

ID generator. Common-sense presets. Options to make IDs the way you want.

Language: TypeScript - Size: 335 KB - Last synced at: 26 days ago - Pushed at: 3 months ago - Stars: 5 - Forks: 0

sqids/sqids-haskell

Official Haskell port of Sqids. Generate short unique IDs from numbers.

Language: Haskell - Size: 413 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 5 - Forks: 0

nzmprlr/idpp

A time based 8 and 12 byte unique id generator

Language: Go - Size: 9.77 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 0

orca-zhang/idgen

❄️ 【一款雪花算法发号器】🆔 generator based on snowflake.

Language: Go - Size: 22.5 KB - Last synced at: 6 days ago - Pushed at: 21 days ago - Stars: 4 - Forks: 0

PavelOreshkin/react-components-id-generator

package for generating IDs by config to help with auto testing

Language: JavaScript - Size: 169 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 4 - Forks: 1

gopalanand333/nodejs-unique-numeric-ID-generator

this repository will generate unique numeric ID of size 6 numbers.

Language: JavaScript - Size: 90.8 KB - Last synced at: 4 days ago - Pushed at: 12 months ago - Stars: 4 - Forks: 2

khizarsiddiqui/Idgenerator

Front end using java based on the concepts of OOP, you can further generate the soft copy of it.

Language: Java - Size: 1010 KB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 4 - Forks: 0

zabealbe/can-cicd

Automate the managment of your CAN BUS

Language: Python - Size: 5.69 MB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 4 - Forks: 3

AmreeshTyagi/goldflake-pg

Goldflake ID generator for PostgreSQL inspired from Twitter's Snowflake & Sonyflake.

Language: PLpgSQL - Size: 4.88 KB - Last synced at: 6 days ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 1

youkale/snowflake-go

Twitter雪花算法ID生成器 支持Redis,HTTP调用

Language: Go - Size: 35.2 KB - Last synced at: about 2 months ago - Pushed at: almost 7 years ago - Stars: 4 - Forks: 0

u17g/sleekid

The globally unique ID for the modern software. Fully configurable. Stripe inspired.

Language: Go - Size: 86.9 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 3 - Forks: 0

safakgur/snowflakes

Snowflake ID generator for .NET

Language: C# - Size: 97.7 KB - Last synced at: 25 days ago - Pushed at: 3 months ago - Stars: 3 - Forks: 0

babyblue94520/buffer-id

Language: Java - Size: 215 KB - Last synced at: 9 days ago - Pushed at: 6 months ago - Stars: 3 - Forks: 0

miladezzat/hybrid-id-generator

The **Hybrid ID Generator** is a powerful TypeScript-based library designed to produce unique identifiers by seamlessly combining timestamps, machine identifiers, sequence numbers, and random bits

Language: TypeScript - Size: 1.58 MB - Last synced at: 12 days ago - Pushed at: 8 months ago - Stars: 3 - Forks: 0

Tynab-x-Longkunz/Id-Generator-Snowflake

Id Generator Snowflake

Language: C# - Size: 1020 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 3 - Forks: 1

HanyuKing/sonyflake

A distributed unique ID generator inspired by Twitter's Snowflake

Language: Java - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

sqids/sqids-bazel

Official Bazel port of Sqids. Generate short YouTube-looking IDs from numbers.

Language: Starlark - Size: 26.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

sqids/sqids-r

Official R port of Sqids. Generate short YouTube-looking IDs from numbers.

Language: R - Size: 17.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 2

sqids/sqids-julia

Official Julia port of Sqids. Generate short unique IDs from numbers.

Language: Julia - Size: 36.1 KB - Last synced at: 17 days ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

ObsidiaHQ/cuid2

A dart implementaion of cuid2, the secure, collision-resistant ids optimized for horizontal scaling and performance (v2).

Language: Dart - Size: 67.4 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 1

stun4j/stun4j-guid

Global unique id generator,customizable semantics,distributed, ultra fast, easy to use

Language: Java - Size: 338 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 1

lamualfa/js-isci 📦

ISCI Library for Javascript

Language: JavaScript - Size: 2.13 MB - Last synced at: 3 days ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 0

SnailMann/myid

Global unique ID service based on mysql (number segment) / 基于 MySQL 号段机制的全局 ID 生成服务

Language: Java - Size: 53.7 KB - Last synced at: 3 months ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

osparkle/PHP-PIN-Generator

Generate Random PIN of different formats: number, alpha-numeric and more.

Language: PHP - Size: 15.6 KB - Last synced at: 7 months ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 4

metaspook/numid

Number to and from ID Generator.

Language: Shell - Size: 65.4 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 2 - Forks: 0

chronohq/puff

Generate random values in formats like UUID4, UUID7, hexadecimal and Base64, along with binary blobs for testing, development, and cryptographic applications.

Language: Go - Size: 33.2 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0

antikirra/tsid

Generates unique-guaranteed identifiers, based on current timestamp

Language: PHP - Size: 7.81 KB - Last synced at: 1 day ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

sqids/sqids-erlang

Official Erlang port of Sqids. Generate short unique IDs from numbers.

Language: Erlang - Size: 33.2 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 1

weilueluo/mini-snowflake

A simplified ID generator based on Twitter's Snowflake.

Language: Java - Size: 2.93 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

hjpotter92/sonyflake-ex

A distributed unique ID generator inspired by Twitter's Snowflake, rewritten in elixir.

Language: Elixir - Size: 19.5 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 1

organics2016/id-generator

A simple and efficient order ID generator.

Language: Java - Size: 76.2 KB - Last synced at: 6 months ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 1