itnode / SimpleFlake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NAME

SimpleFlake - A perl implemantation of SimpleFlake. Inspired by https://github.com/SawdustSoftware/simpleflake

SYNOPSIS

use SimpleFlake;

my $hex_flake = SimpleFlake->get_flake;

DESCRIPTION

SimpleFlake is a unique ID Generation Module based on timestamp in milliseconds, the pid and a part of randomness

LICENSE

Copyright (C) Jens Gassmann - Software Entwicklung.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

About

License:Other


Languages

Language:Perl 100.0%