commit | a40f0f6475711f01d32c4cdc39e54311b7e9c876 | [log] [tgz] |
---|---|---|
author | Pauli <paul.dale@oracle.com> | Thu Jan 24 12:15:54 2019 +1000 |
committer | Pauli <paul.dale@oracle.com> | Tue Feb 12 21:07:29 2019 +1000 |
tree | 789541f8410570ae1c278a33123dd9a261e4378a | |
parent | dff298135b9b8bbaac1f452a219bb446e50728d1 [diff] |
Add sparse array data type. This commit adds a space and time efficient sparse array data structure. The structure's raw API is wrapped by inline functions which provide type safety. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com> (Merged from https://github.com/openssl/openssl/pull/8197)