VPP-847: improve bihash template memory allocator performance 50/6750/2
authorDave Barach <dave@barachs.net>
Thu, 18 May 2017 00:20:50 +0000 (20:20 -0400)
committerDamjan Marion <dmarion.lists@gmail.com>
Thu, 18 May 2017 15:38:52 +0000 (15:38 +0000)
Particularly in the DCLIB_VEC64=1 case, using vectors vs. raw
clib_mem_alloc'ed memory causes abysmal memory allocator performance.

Change-Id: I07a4dec0cd69ca357445385e2671cdf23c59b95d
Signed-off-by: Dave Barach <dave@barachs.net>

No differences found