• R
    Add a fast pre-check for equality of equal-length strings. · e246b3d6
    Robert Haas 提交于
    Testing reveals that that doing a memcmp() before the strcoll() costs
    practically nothing, at least on the systems we tested, and it speeds
    up sorts containing many equal strings significatly.
    
    Peter Geoghegan.  Review by myself and Heikki Linnakangas.  Comments
    rewritten by me.
    e246b3d6
varlena.c 112.6 KB