Well actually there are about 1000 values to be stored, but the value itself is small(url of a website..).. i think it should not be a major bottleneck..
Thanks, Priyanshu On Mon, Aug 8, 2011 at 2:39 PM, rohit jangid <[email protected]> wrote: > javaScript's array are just like objects with some special properties > like length and push methods ( implemented in Array.prototype) . They > are efficient but their efficiency will be affected if you use them to > store huge data. > you can also say that since javascript's array's are basically not > arrays so they are significantly slower than the real arrays ( the > ones implemented in C/C++ for example) > but you can still use them, the actual performance may be different . > > On Tue, Aug 9, 2011 at 2:46 AM, priyanshu <[email protected]> > wrote: > > Is Javascript array efficient way to store thousands of values on > > client side?? > > > > -- > > You received this message because you are subscribed to the Google Groups > "Algorithm Geeks" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > [email protected]. > > For more options, visit this group at > http://groups.google.com/group/algogeeks?hl=en. > > > > > > > > -- > Rohit Jangid > Under Graduate Student, > Deptt. of Computer Engineering > NSIT, Delhi University, India > > -- > You received this message because you are subscribed to the Google Groups > "Algorithm Geeks" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/algogeeks?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
