38 skills found · Page 1 of 2
godruoyi / Php Snowflake❄ An ID Generator for PHP based on Snowflake Algorithm (Twitter announced).
godruoyi / Go Snowflake❄ An Lock Free ID Generator for Golang based on Snowflake Algorithm (Twitter announced).
ccollie / Snowflake NetA C# port of Twitter's Snowflake id generation algorithm
adyliu / Idcenteridcenter(algorithm from twitter snowflake)
sniper00 / Snowflake CppA C++ port of Twitter's Snowflake id generation algorithm
je-suis-tm / Recursion And Dynamic ProgrammingJulia and Python recursion algorithm, fractal geometry and dynamic programming applications including Edit Distance, Knapsack (Multiple Choice), Stock Trading, Pythagorean Tree, Koch Snowflake, Jerusalem Cross, Sierpiński Carpet, Hilbert Curve, Pascal Triangle, Prime Factorization, Palindrome, Egg Drop, Coin Change, Hanoi Tower, Cantor Set, Fibonacci
BinChengZhao / Snowflake RsThe snowflake algorithm rust version.
kkrypt0nn / Spaceflake⛄ A distributed generator to create unique IDs with ease in Go; inspired by Twitter's Snowflake
mausimag / PgflakeA snowflake algorithm implemented as Postgres Extension.
dwayn / Snowflakedimplementation of Twitter's snowflake algorithm as a standalone daemon
johnhuang-cn / Snowflake UidDistributed UID generator based on snowflake algorithm
hueifeng / Snowflake CsharpTwitter's SnowFlake algorithm is implemented using C# language. Support on redis to determine the machine serial number, Full support of cloud native K8S.
mxsm / RainRain ID generator is a distributed ID generation system, easy to use, high performance, high availability. Segmented mode and snowflake algorithm mode are provided
stuartcarnie / Lua SnowflakeAn implementation of Snowflake for Lua. Snowflake is an algorithm which supports ordered, distributed id generation
Shenggan / SnowFlakeA CPP implement of Twitter SnowFlake Algorithm.
TanUkkii007 / Reactive SnowflakeAkka based id generation service with the same algorithm with Twitter Snowflake
zh-ang / Php SnowflakeAn ID Generator which implemented by PHP Extension, based on Snowflake Algorithm (Twitter announced).
charm-php / UuidA very fast and dependency free library to generate UUIDs (GUIDs) version 1 or 4, or 64 bit unique identifiers according to snowflake, sonyflake or instaflake algorithms.
malickatique / Spring Boot Twitter Snowflake IdSpring Boot Twitter Snowflake ID is a library for generating unique IDs in Spring Boot applications. Leveraging Twitter’s Snowflake algorithm, it ensures high performance and scalability by producing 64-bit unique identifiers, making it ideal for distributed systems and applications needing globally unique IDs.
xfeat / Id Spring Boot Starterdistribute id generator use snowflake algorithm