mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-15 17:05:51 +03:00
The optimization is achieved by following techniques: > hashing of needle. > hashing avoids scanning of duplicate entries in needle across the string. > initializing the hash table with Vector instructions (VSX) by quadword access. > unrolling when scanning for character in string across hash table.
1.3 KiB
1.3 KiB