yeast
ID generator
A tiny id generator that produces unique, compressed strings to avoid collisions and reduce bandwidth consumption.
Tiny but linear growing unique id generator.
45 stars
6 watching
10 forks
Language: JavaScript
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
adamhalasz/uniqid | A fast and unique identifier generator based on the current time, process ID, and MAC address. | 617 |
sasluca/zig-nanoid | A tiny, URL-friendly ID generator that produces unique, random strings with customizable length and alphabet | 27 |
weihongyu12/think-hashids | A module that generates unique IDs using a hash-based algorithm for ThinkJS applications | 7 |
muyo/sno | A package for generating compact and unique IDs with embedded metadata | 91 |
termosa/vue-uniq-ids | A plugin that generates unique IDs for attributes without modifying the original values, improving accessibility and reducing conflicts. | 34 |
pid/puid | Generates unique IDs based on time, machine, and process for use in distributed environments. | 241 |
dy/get-uid | Generates unique numeric IDs without side effects | 11 |
sschiau/particle | A 64-bit ID generator in PHP that produces time-based IDs with optional machine and sequence numbers. | 133 |
lexborisov/yauid | Generates decentralized unique IDs with time ordering and node ID information | 21 |
zelark/nano-id | A Clojure library for generating unique URL-friendly string IDs | 191 |
soundicly/jnanoid-enhanced | A unique string ID generator for Java applications | 19 |
antiflasher/nanoid | A Swift library that generates unique, secure string IDs with customizable parameters | 69 |
lukeed/uid | A utility to generate unique fixed-length random IDs. | 655 |
ahoo-wang/cosid | A high-performance distributed ID generator for generating unique IDs in a scalable and flexible manner | 490 |
mrdimidium/nanoid | A tiny, secure, URL-friendly ID generator with customizable length and alphabet. | 543 |