ocaml-cuid
CUID generator
Generates unique identifiers for use in applications requiring high uniqueness and randomness.
CUID generator for OCaml.
18 stars
2 watching
1 forks
Language: OCaml
last commit: over 2 years ago
Linked from 1 awesome list
cuidocaml
Related projects:
Repository | Description | Stars |
---|---|---|
sqids/sqids-ocaml | A library that generates unique identifiers from numbers in various programming languages | 9 |
routineco/ocaml-nanoid | Generates unique, secure strings for use in applications. | 19 |
duailibe/cuid | Generates unique, sequential IDs with optimal performance for horizontal scaling and lookup | 55 |
whitequark/ocaml-m17n | A package that enables multilingualization of OCaml source code by supporting Unicode identifiers | 50 |
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 |
elfsundae/laravel-hashid | Provides reversible, non-sequential identifiers for data obfuscation | 407 |
pid/puid | Generates unique IDs based on time, machine, and process for use in distributed environments. | 241 |
tmattio/spin | Generates OCaml project templates with standardized configurations and conventions. | 295 |
formal-land/coq-of-ocaml | Transforms OCaml code into formal, verifiable Coq code to prove complex properties | 255 |
mirage/ocaml-uri | An OCaml implementation of the RFC3986 specification for parsing URIs/URLs. | 98 |
osamingo/indigo | A distributed unique ID generator that uses Sonyflake and Base58 encoding | 109 |
unicoq/unicoq | An enhanced unification algorithm for Coq | 49 |
ocaml-community/sedlex | A tool for generating Unicode-friendly lexers in OCaml | 240 |
zelark/nano-id | A Clojure library for generating unique URL-friendly string IDs | 191 |