-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Improved integer conversion, delayed string creation. #502
Conversation
Interesting, is this actually faster on your system? On the eval system it's ~19 sec now. |
start my linux in "init 3" defaults the results, now if the time is correct 14 seconds |
How is this dealing with hash collisions actually? It seems if two station names yield the same hash code, the aggregation would be wrong? |
Hum, I fail to understand how this resolves the issue. As a matter of principle it must be guaranteed that no values from several stations are mixed up, i.e. all potential collisions must be handled correctly. |
All test pass
new runtime 14 sec.