Rockbox.org home
release
dev builds
extras
themes manual
wiki
device status forums
mailing lists
IRC bugs
patches
dev guide
translations



Rockbox mail archive

Subject: Re: clever algorithm string ->int id wanted

Re: clever algorithm string ->int id wanted

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 4 Oct 2002 07:40:44 +0200 (MET DST)

On Thu, 3 Oct 2002 phil_at_x-phobie.de wrote:

> I need an algorithm to calculate a unique id from a string, just similar to
> calculating a hash key.

Since the strings are all known at the time you want to calculate the hashes,
you can generate a "perfect hash":

        http://www.google.com/search?q=perfect+hash

A tool that makes this easier, is gperf:

        http://www.gnu.org/software/gperf/gperf.html

-- 
Daniel "Bagder" Stenberg -- http://rockbox.haxx.se/
Received on 2002-10-04

Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy