C
Cengiz Dincoglu
When I insert a long value as key and the object to a hashtable. it fails at
about 600,000 data points.
ht.add(long, long)
We are developing a real time application that is required to keep about 2.5
million objects in a hashtable and the object should be readly available to
the app very fast at any time.
Is it better to come up with an algorithm to have a hashtable of
hashtables(holding 200,000 objects each) ?
if it has limit, any other suggestions ?
Thanks
about 600,000 data points.
ht.add(long, long)
We are developing a real time application that is required to keep about 2.5
million objects in a hashtable and the object should be readly available to
the app very fast at any time.
Is it better to come up with an algorithm to have a hashtable of
hashtables(holding 200,000 objects each) ?
if it has limit, any other suggestions ?
Thanks