Minor correction: I obviously meant to say "way below" not "way beyond".

Vyacheslav Egorov
On Aug 21, 2012 8:03 AM, "Joran Greef" <jo...@ronomon.com> wrote:

> Thank you Vyacheslav
>
> On 20 Aug 2012, at 8:41 PM, v8-users@googlegroups.com wrote:
>
> > I would say limit is around 2^24 entries (biggest fixed array can have
> approx 2^27 entries and hash table requires 3 entries per key-value pair
> and tries to maintain 50% occupancy). But overheads for mutating such a
> table become less than reasonable way beyond this point.
> >
> > Vyacheslav Egorov
> > On Aug 18, 2012 4:34 PM, "Joran Greef" <jo...@ronomon.com> wrote:
> > I am using a vanilla {} as a hash with 24 byte string keys. It currently
> has 5,500,000 entries.
> >
> > Is there a limit to the number of properties in such an Object?
> >
> > --
> > v8-users mailing list
> > v8-users@googlegroups.com
> > http://groups.google.com/group/v8-users
> >
> > --
> > v8-users mailing list
> > v8-users@googlegroups.com
> > http://groups.google.com/group/v8-users
>
>
> --
> v8-users mailing list
> v8-users@googlegroups.com
> http://groups.google.com/group/v8-users
>

-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users

Reply via email to