RobThree/IdGen
Twitter Snowflake-alike ID generator for .Net observed · 2026-08-28
Health v2 · maintenance only
27/100
- Activity 9
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4171
- days_rel: n/a
- days_push: 551
- n_releases_24m: 0
Adoption not part of the score
1313 stars · 146 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A .NET library that generates 64-bit, roughly time-ordered unique IDs inspired by Twitter's Snowflake. It lets you customize the bit layout of timestamp, generator-id, and sequence parts, but does not provide worker-id coordination services.
Use cases
- generate unique ids in a distributed .net system
- snowflake-style id generator for c#
- low-latency time-ordered id generation
- generate compact 64-bit unique identifiers
- uncoordinated id generation across multiple hosts
- custom bit layout for id generator timestamp and sequence
When to choose
- you need low-latency, roughly time-ordered unique IDs in a .NET application
- you can assign unique generator-ids to each host or thread yourself
- you want a customizable bit structure for timestamp, generator-id, and sequence
When to avoid
- you need a service that coordinates worker-ids across nodes automatically
- you need globally coordinated or strictly ordered IDs
- you are not on the .NET platform
Facets
library · maturity stable
sdk developer-tools databases microservices developer-tools dotnet cross-platform snowflake id-generation unique-ids c-sharp distributed-systems
1 source
- readme: https://github.com/RobThree/IdGen · fetched 2026-08-28 · 6963ac0d064a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| RobThree/IdGen | main | 27 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem