Skip to content

Commit

Permalink
More accurate description of pascaldevink/shortuuid advantages
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrajcarek authored Jul 29, 2020
1 parent 97dcffb commit fbbb862
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ A simple shortener library for RFC 4122 compatible UUIDs.
Change your 36 chars long UUID into it's shorter equivalent.

Key concept and inspiration taken from [pascaldevink/shortuuid](https://github.com/pascaldevink/shortuuid) library.
If you just need to generate short UUIDs fast, I encourage you to check his work.
If you just need to generate short UUIDs the easy way, I encourage you to check his work.
If you expect perfomance, this library uses `ext-gmp` to speed up the process.


# Installation
Expand Down

0 comments on commit fbbb862

Please sign in to comment.