(find_transition): Instead of a linear search try to guess the transition index,...
commit132526780a7373d92e1d9b92fc76138beec07a13
authorUlrich Drepper <drepper@redhat.com>
Mon, 5 Mar 2007 19:32:03 +0000 (5 19:32 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 5 Mar 2007 19:32:03 +0000 (5 19:32 +0000)
tree7013ac25f07d7f8f85da364f2a3ff6187dea63b7
parentfe64626c136b3e1be9bd51acb6e4c0714f5815d0
(find_transition): Instead of a linear search try to guess the transition index, use a linear search if the result is at most 10 transitions away from the guess or binary search otherwise.
time/tzfile.c