Re: FastMap Vs HashMap,

2007-12-15 Thread Jonathon -- Improov
scenarios, but not in all cases. -Adrian Sumit Pandit wrote: *i have a question please make me correct if i am wrong :-* if we compare FastMap Vs HashMap, *FastMap is faster than HashMap so long as the map is long lived and relatively predictable in size. If you try to use it as a short-lived

Re: FastMap Vs HashMap,

2007-12-15 Thread Jacques Le Roux
than the Java library. So, there is a speed advantage in certain scenarios, but not in all cases. -Adrian Sumit Pandit wrote: *i have a question please make me correct if i am wrong :-* if we compare FastMap Vs HashMap, *FastMap is faster than HashMap so long as the map

Re: FastMap Vs HashMap,

2007-12-14 Thread Adrian Crum
, there is a speed advantage in certain scenarios, but not in all cases. -Adrian Sumit Pandit wrote: *i have a question please make me correct if i am wrong :-* if we compare FastMap Vs HashMap, *FastMap is faster than HashMap so long as the map is long lived and relatively predictable in size

Re: FastMap Vs HashMap,

2007-12-14 Thread Jacques Le Roux
their FastSet.removeLast method is faster than the Java library. So, there is a speed advantage in certain scenarios, but not in all cases. -Adrian Sumit Pandit wrote: *i have a question please make me correct if i am wrong :-* if we compare FastMap Vs HashMap, *FastMap is faster

Re: FastMap Vs HashMap,

2007-12-14 Thread David E Jones
cases. -Adrian Sumit Pandit wrote: *i have a question please make me correct if i am wrong :-* if we compare FastMap Vs HashMap, *FastMap is faster than HashMap so long as the map is long lived and relatively predictable in size. If you try to use it as a short- lived general replacement

Re: FastMap Vs HashMap,

2007-12-14 Thread Jacques Le Roux
, but not in all cases. -Adrian Sumit Pandit wrote: *i have a question please make me correct if i am wrong :-* if we compare FastMap Vs HashMap, *FastMap is faster than HashMap so long as the map is long lived and relatively predictable in size. If you try to use it as a short

Re: FastMap Vs HashMap,

2007-12-14 Thread Sumit Pandit
their FastSet.removeLast method is faster than the Java library. So, there is a speed advantage in certain scenarios, but not in all cases. -Adrian Sumit Pandit wrote: *i have a question please make me correct if i am wrong :-* if we compare FastMap Vs HashMap, *FastMap is faster than

FastMap Vs HashMap,

2007-12-13 Thread Sumit Pandit
*i have a question please make me correct if i am wrong :-* if we compare FastMap Vs HashMap, *FastMap is faster than HashMap so long as the map is long lived and relatively predictable in size. If you try to use it as a short-lived general replacement for HashMap it may very well kill your