mschuler / UniqueIdGenerator

C# implementation of Twitter's Snowflake
MIT License
107 stars 25 forks source link

Stopwatch vs DateTime.Now #9

Open RehanSaeed opened 3 years ago

RehanSaeed commented 3 years ago

I like this implementation. I've seen some that use a Stopwatch instead of DateTime.Now because it's more accurate. That is the only possible improvement I can think of.