We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
使用环形数组替换 map ,以提高性能。 另外在多线程写入,非公平锁下,会出现 23456789 1 的顺序写入消息,导致23456789 都会等待第1条, 我测试下 1w tps 最多同时堵塞超过 300 条消息。
The text was updated successfully, but these errors were encountered:
By which places you'd like to replace circular arrays over maps? Welcome to open a PR for this :-)
Sorry, something went wrong.
No branches or pull requests
使用环形数组替换 map ,以提高性能。
另外在多线程写入,非公平锁下,会出现 23456789 1 的顺序写入消息,导致23456789 都会等待第1条,
我测试下 1w tps 最多同时堵塞超过 300 条消息。
The text was updated successfully, but these errors were encountered: