-
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Taiizor edited this page Dec 18, 2024
·
4 revisions
A modern, high-performance, and secure UUID (Universally Unique Identifier) implementation.
- β‘ 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
Via NuGet:
dotnet add package UUID
or Package Manager Console:
Install-Package UUID
The UUID library is optimized for high-performance scenarios. Visit the Performance page for detailed metrics.
This project is licensed under the MIT License. See the LICENSE file for details.
- Check our FAQ section
- Visit Debugging and Diagnostics
- Review Performance guidelines
- Join our Discord community
- Ask on Stack Overflow
- Report issues on GitHub