- Регистрация
- 1 Мар 2015
- Сообщения
- 1,481
- Баллы
- 155
SnowflakeId is an algorithm was invented by Twitter to generate a unique Ids for a million of posts that are creating daily by users.
I implemented this algorithm using C# programming language and here is the repo link if you want to go deeper and see how I design it.
If you wkuld like to know more about this algorithm you can find how this algorithm works from the following link:
I implemented this algorithm using C# programming language and here is the repo link if you want to go deeper and see how I design it.
If you wkuld like to know more about this algorithm you can find how this algorithm works from the following link: