wuid: update description (#4757)

This commit is contained in:
Edwin 2023-02-20 01:30:54 +08:00 committed by GitHub
parent f6f6f6b13c
commit 750263e968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2706,7 +2706,7 @@ _Libraries for working with UUIDs._
- [uuid](https://github.com/agext/uuid) - Generate, encode, and decode UUIDs v1 with fast or cryptographic-quality random node identifier.
- [uuid](https://github.com/gofrs/uuid) - Implementation of Universally Unique Identifier (UUID). Supports both creation and parsing of UUIDs. Actively maintained fork of satori uuid.
- [uuid](https://github.com/google/uuid) - Go package for UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.
- [wuid](https://github.com/edwingeng/wuid) - An extremely fast unique number generator, 10-135 times faster than UUID.
- [wuid](https://github.com/edwingeng/wuid) - An extremely fast globally unique number generator.
- [xid](https://github.com/rs/xid) - Xid is a globally unique id generator library, ready to be safely used directly in your server code.
**[⬆ back to top](#contents)**