Trying to use a v8 regular object as a hashmap, which seems to work fairly well (with String or number keys). So far I've tried with about 500,000 keys. Seems to be straight hashmap cause performance does not degrade with # of keys. Now I am wondering: - is there any other structure in v8 that can be better used for a hashmap (e.g. that would support Object as key)? - what is maximum number of keys it can hold? - assuming that I expect an object to be large, any way to make object large in advance to avoid copying around? thx AG
-- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
