Phrogz wrote:
> Summary
> =============================================================
> A brief analysis of Ruby versions of a few string hashing algorithms,
> and my conclusions about their efficacy at preventing collisions.

Is ruby's own String#hash one of the ones you tested? If not, how does 
it compare?