-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我用net8 不生产Id cpu 暴增 #4
Comments
我退回1.30 是可以的 |
public virtual long NextId()
} 我修改后 大神指点一下 |
可以提个PR |
哈哈不会。技术有点漏。还是大佬给看看 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Console.WriteLine("Hello, World!");
XTrace.UseConsole();
var sf = new SnowFlake(11, 2);
for (int i = 0; i < 100; i++)
{
XTrace.WriteLine(sf.NextId().ToString());
}
The text was updated successfully, but these errors were encountered: