aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra/test_bihash_vec88.c
AgeCommit message (Collapse)AuthorFilesLines
2017-10-30Add the bihash_vec8_8 variantDave Barach1-0/+302
This is an all-purpose octet-vector memory hash, intended as a thread-safe replacement for hash_create_mem / hash_create_string. All u8 * key vectors are memorized by the hash table. Change-Id: I22944daea8fda07dde8ba118a6529a6d382491f9 Signed-off-by: Dave Barach <dave@barachs.net>