Tag Archives: Object

Javascript performance. Array vs Object.

Big JavaScript application needs big storage. JS gives us 2 options Array and Object. I have tested following cases: writing data writing data randomly reading data reading data randomly I have tested this in following browsers: IE FF Chrome I want to point out that i am not comparing browsers. I am comparing two methods of storing data in JavaScript. I have checked perfomance of [...]
Posted in post | Also tagged , , | Leave a comment