Skip to content
Taiizor edited this page Dec 18, 2024 · 4 revisions

UUID Library

A modern, high-performance, and secure UUID (Universally Unique Identifier) implementation.

.NET Framework .NET Standard .NET C# NuGet

πŸš€ 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.