-
Notifications
You must be signed in to change notification settings - Fork 838
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
Zone._index optimization: binary search for closest "until" #720
Conversation
... Or rather, can you separate the code changes out so I can do a full build after merging? Thanks. |
6d5b091
to
fa5c4b6
Compare
I did it, but there are always issues with IANA version. |
Ooh, binary search, nice. I hope to merge this soon. |
@ichernev it is merged now? Do you need any other stuff from me? |
@ichernev @mattjohnsonpint any news on this merge? |
Ah sorry I missed this one as I thought it was already being handled by others. I'm all for performance improvements so I'll take a look very soon. 😄 |
Sorry for the delay on this, @dashie. I'm still catching up on the backlog of cleanup tasks for this project. I've finally found some time to look at this properly. My rudimentary performance tests suggest that for a zone with a lot of transitions (like |
No description provided.