Branch: refs/heads/master
  Home:   https://github.openssl.org/openssl/openssl
  Commit: a4e21d18d5b7cb4fef66c10f13b1b3b55945439f
      
https://github.openssl.org/openssl/openssl/commit/a4e21d18d5b7cb4fef66c10f13b1b3b55945439f
  Author: Pauli <pa...@openssl.org>
  Date:   2022-05-21 (Sat, 21 May 2022)

  Changed paths:
    M crypto/lhash/lhash.c

  Log Message:
  -----------
  performance: improve ossl_lh_strcasehash

This improvement seems to roughly halve the time it takes to run the
ossl_lh_strcasehash function.

It should have no impact on the strings we hash and search for often (algorithm
names, property strings).

Reviewed-by: Dmitry Belyavskiy <beld...@gmail.com>
Reviewed-by: Tomas Mraz <to...@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18354)


Reply via email to