Matt Gerrans
Posts: 1153
Nickname: matt
Registered: Feb, 2002
|
|
Re: diff between hash map & hash table
|
Posted: Nov 5, 2004 9:50 AM
|
|
> 4. Performance wise HashMap is better than HashTable
Once again, we have a vague, undefined and unsubstantiated judgement. How much better? Where's your evidence? If it is just a few percentage points better, then it doesn't matter. Additionally, if it is slightly faster, but much worse in memory usage, then that's an important consideration (I'm not saying this is the case -- and I think it isn't -- but just trying to question this oversimplification that implies you should use one implementation simply because "it is faster").
|
|