Home - Taiizor/UUID GitHub Wiki
UUID Library
A modern, high-performance, and secure UUID (Universally Unique Identifier) implementation.
๐ Features
- โก High Performance: Optimized code structure
- ๐ Security: Cryptographically secure random number generation
- ๐ Sortable: IDs are sortable by creation time
- ๐ Multiple Formats: Base32, Base64, and Guid conversion support
- ๐งต Thread-Safe: Multi-threading support
- ๐ป Platform Independent: Works on all .NET platforms
๐ฆ Installation
Via NuGet:
dotnet add package UUID
or Package Manager Console:
Install-Package UUID
๐ Documentation
๐ Performance
The UUID library is optimized for high-performance scenarios. Visit the Performance page for detailed metrics.
๐ License
This project is licensed under the MIT License. See the LICENSE file for details.