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.

Reply via email to