nginx-0.7.1

Anton Yuzhaninov citrin at citrin.ru
Tue May 27 01:13:15 MSD 2008


Rt Ibmer wrote:
>>    *) Change: now locations are searched in a tree.
> 
> Can you please elaborate on what this means exactly? Does this mean that locations can be nested?

No, it is about internal nginx structures.

Before this, locations was stored in sorted list and linear search was used. Now locations stored in 
B-tree and search faster for configuration with many locations. It is internal optimization.

-- 
Anton Yuzhaninov





More information about the nginx mailing list