Re: Hashing
From: Betov (betov_at_free.fr)
Date: 03/02/05
- Next message: '\\\\o//'annabee: "Re: Lol, Brain research confirms NON-religious , religious feelings"
- Previous message: Donkey: "Re: HAY HERBERT, yet another win89ddk"
- In reply to: Chewy509: "Hashing"
- Next in thread: hutch--: "Re: Hashing"
- Reply: hutch--: "Re: Hashing"
- Reply: Chewy509: "Re: Hashing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 02 Mar 2005 11:33:36 GMT
"Chewy509" <chewy509.doesnt.like.spam@austarnet.com.au> écrivait
news:38llj5F5j3cj9U1@individual.net:
> Hi Everyone,
>
> I've been looking into several hashing algorithms, in particular for
> use in a compiler/assembler.
I have also seen many, but none of them seemed to me to
be definitively good. You can see the one i wrote for
RosAsm (at the bottom of the [Assembler] TITLEs, or
take a search, for example, for "CheckSumTable"...).
I keep convinced that the envolved Algo is vey good,
and there is little Tool for viewing the results under
a graphical representation. It shows a square of Pixels,
where each pixel, in the first square, represents one
record, and the pixels drawing a red line at the bottom
(second square down), represent the Linked records.
For a Try&See, i'd suggest you compile a CopyOfRosAsm,
so that a big number of symbols could be represented.
This side-tool enabled me with testing the various
Algos, the easy way: The better the Algo is, the more
the pixels, in the firts square, look like a random
repartition, and the lesser red lines, at the bottom.
Rosasm Algo was, among all the ones i tested, the best.
The source of this implemenation is extreemly easy
to read, and, i suppose, to port, and adapt.
The symbols lenght does not matter, at all, and has
zero relationship with the collisions (has no effect
on the number of Linked Records).
Betov.
- Next message: '\\\\o//'annabee: "Re: Lol, Brain research confirms NON-religious , religious feelings"
- Previous message: Donkey: "Re: HAY HERBERT, yet another win89ddk"
- In reply to: Chewy509: "Hashing"
- Next in thread: hutch--: "Re: Hashing"
- Reply: hutch--: "Re: Hashing"
- Reply: Chewy509: "Re: Hashing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|