ya that shouldn't pose any problem. But in case there is any performance issue,you can always use php for that .
since every browser has its own js implementation so performance will vary slightly due to that also, so test on different browsers. On Aug 9, 2011 3:15 AM, "Priyanshu" <priyanshuro...@gmail.com> wrote: > 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 <rohit.nsi...@gmail.com> 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 <priyanshuro...@gmail.com> >> 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 algogeeks@googlegroups.com. >> > To unsubscribe from this group, send email to >> algogeeks+unsubscr...@googlegroups.com. >> > 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 algogeeks@googlegroups.com. >> To unsubscribe from this group, send email to >> algogeeks+unsubscr...@googlegroups.com. >> 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 algogeeks@googlegroups.com. > To unsubscribe from this group, send email to algogeeks+unsubscr...@googlegroups.com. > 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 algogeeks@googlegroups.com. To unsubscribe from this group, send email to algogeeks+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.