logoalt Hacker News

teo_zero12/10/20240 repliesview on HN

But in this specific implementation the keys are stored separately, each one at its own malloc()ed address. So its performance is limited by memory latency, cache (non-)locality, etc. just like the chained-lists variety.