Uuids:.NET Core 3.1的快速C#UUID实现(仅小端) 源码
Uuids Uuid结构类似于System.Guid ,但具有大端字符串表示形式 怎么开 git clone git@github.com:vanbukin/Uuids.git cd ./Uuids/Uuids.CoreLib && dotnet publish -c Debug && dotnet publish -c Release (不支持.ilproj的IDE) 使用IDE打开./Uuids/Uuids.sln并卸载Uuids.CoreLib项目 玩得开心 基准测试 BenchmarkDotNet=v0.12.0, OS=macOS 10.15.2 (19C57) [Darwin 19.2.0] Intel Core i7-8850H CPU 2.60GHz (Coffee Lake), 1 CPU, 12 logical and 6 physical cores .NET
用户评论