-
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
Update seijikun implementation #60
Conversation
Hey, could you please rebase this one and also make sure all the tests pass (added those today to cover some corner cases):
Thx! |
6f2bc8b
to
fc9773f
Compare
Okay, done! Tests seem to succeed |
Hum, hum, I still see failures:
|
Originally, StationIdent was using byte[] to store names, so the extra String allocation could be avoided. However, that produced incorrect sorting. Sorting is now moved to the result merging step. Here, names are converted to Strings.
Whoops, sorry! You're right. |
00:22.709 now, thx for participating! |
Updated with