-
-
Notifications
You must be signed in to change notification settings - Fork 336
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
performance issue #1192
Comments
CPU: Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz |
In most cases, we only need to get `sets`. In general, there are few `sets` and many `gets`. Therefore, separating these two cases can significantly improve performance.
CPU: Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz |
use the methods provided by `local-id` to avoid wasting on `gets`
CPU: Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz |
CPU: Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz |
CPU: Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz |
Benchmark [performance-1] takes [0.854] sec. |
Benchmark [performance-jass-common] takes [10.266] sec. |
Benchmark [performance-jass-common] takes [0.073] sec. |
The text was updated successfully, but these errors were encountered: