MUD-Dev
mailing list archive

Other Periods  | Other mailing lists  | Search  ]

Date:  [ Previous  | Next  ]      Thread:  [ Previous  | Next  ]      Index:  [ Author  | Date  | Thread  ]

Re: [MUD-Dev] CORBA, RMI, threads



[Brandon Gillespie:]

[Hash tables]

:But to explain--when you have a collision in your hash table there are
:many ways you can deal with it.  The only useful (imho) ways are chaining
:from that point on.

Grin!

I, on the other hand (written several compilers and interpreters) have
never liked anything except chaining within the hash table itself. I've
never noticed any big speed problems, the space is lower, and the code
is smaller. When the table hits 75%-80% full, double it and rehash.

--
Chris Gray   cg#ami-cg,GraySage.Edmonton.AB.CA



Other Periods  | Other mailing lists  | Search  ]