Subject: Re: Implementation of POSIX message queue
To: Andrew Doran <ad@netbsd.org>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-kern
Date: 08/16/2007 13:03:40
On Aug 16, 2007, at 12:17 PM, Andrew Doran wrote:

> 	/* TODO: Hashing */
>
> hash32_str()?

Why hash when you could use the super-fast / super-small rb-tree  
implementation in libkern?

(We ought to be using that in a lot more places, I think.)

-- thorpej