Changes between Initial Version and Version 1 of Ticket #2637, comment 1


Ignore:
Timestamp:
10/21/11 10:52:47 (12 years ago)
Author:
andrew_b
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2637, comment 1

    initial v1  
    1 str_create_search_needle() just does nothing for 7-bit and 8-bit locale. In utf-8 locale, str_utf8_create_search_needle() performs additional actions. Since name is ASCII-only, there is no need to call str_utf8_create_search_needle() in utf-8 locales. 
     1str_create_search_needle() just does nothing in 7-bit and 8-bit locales. In utf-8 locale, str_utf8_create_search_needle() performs additional actions. Since name is ASCII-only, there is no need to call str_utf8_create_search_needle() in utf-8 locales. 
    22 
    33Where do you see an optimization?