sparse array: reduces the block size
authorPauli <pauli@openssl.org>
Mon, 28 Mar 2022 01:14:22 +0000 (12:14 +1100)
committerPauli <pauli@openssl.org>
Wed, 30 Mar 2022 07:49:03 +0000 (18:49 +1100)
commit20de516cd303b3c1e4b61272988a9a4ac054f2fa
treebad03f2b6e447d71774cf1c4002064f0cbda89f2
parenta104b8aa53fbd5b1928093fa27b45634c78558bd
sparse array: reduces the block size

This becomes a performance improvement in the ossl_sa_doall_arg function which
has started appearing on profile output.  The other ossl_sa_ functions don't
contribute significantly to profile output.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17973)

(cherry picked from commit 514bd51a8cb901a7351ecdc45a680d6aba720b5a)
crypto/sparse_array.c