https://github.com/aisk/simpleflake.nim
https://github.com/aisk/simpleflake.nim
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aisk/simpleflake.nim
- Owner: aisk
- License: mit
- Created: 2020-07-09T16:09:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-02T14:36:49.000Z (almost 3 years ago)
- Last Synced: 2025-03-23T05:42:24.388Z (about 1 year ago)
- Language: Nim
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simpleflake.nim
Pure nim implementation of the [python's simpleflake](https://pypi.org/project/simpleflake/) ID generator.
For more, see the origin blog post of simpleflake: [http://engineering.custommade.com/simpleflake-distributed-id-generation-for-the-lazy](http://web.archive.org/web/20150416064451/http://engineering.custommade.com/simpleflake-distributed-id-generation-for-the-lazy).
## License
MIT