Re: [PATCH] add b+tree library

From: Andi Kleen
Date: Thu Feb 05 2009 - 03:30:21 EST


> In my use case, tracking the wifi APs around you, you have to scale from
> a single one to >1k (yes, it's happening!), and lookups better be fast
> because you might be doing them a lot (dozens of times per second).

dozens of times per second is actually not a lot on any reasonable system.
anything that's not totally screwed up (like the rbtrees) should be fine.

-Andi

--
ak@xxxxxxxxxxxxxxx -- Speaking for myself only.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/