venediktov / vanilla-rtb

Real Time Bidding (RTB) - Demand Side Platform framework

Home Page:http://forkbid.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IPC allocator called for every lookup on key creation

venediktov opened this issue · comments

When we do lookup in our caches we convert process memory ( e.g. std::string ) into ipc memory with
with entity_cache.create_ipc_key.
This can be avoided by utilizing transient std::less

mrbald fixed this issue in his pull request , waiting for approval