sparse array: reduces the block size
authorPauli <pauli@openssl.org>
Mon, 28 Mar 2022 01:14:22 +0000 (12:14 +1100)
committerPauli <ppzgs1@gmail.com>
Wed, 30 Mar 2022 05:57:45 +0000 (16:57 +1100)
commit514bd51a8cb901a7351ecdc45a680d6aba720b5a
tree149990192a2ad6ec2ff0a7062ca21c817f24e871
parent87639c6bdfa976f673d37c067e28fc89c1dfaa5e
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)
crypto/sparse_array.c