Comment #5 on issue 1451 by [email protected]: Array.forEach, filter, some, etc. are not special-cased for sparse arrays.
https://code.google.com/p/v8/issues/detail?id=1451

Using a sparse array for something that is easily hashable - such as an IPv4 address, or in this case, a similar machine identifier, is an obvious thing to do in Javascript. There is nothing in the Javascript spec that indicates large key values are deprecated - that is actually a useful feature of the Javascript array.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to