Re: time complexity of array operations
Nickolay Ponomarev <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Message-ID | <CABM+5pcN7Npx649os9fiq5es2+PEaOnA6aEpgO0k9MBNkDVPHw@mail.gmail.com> |
On Thu, Jul 7, 2011 at 4:02 PM, daniel <[email protected]> wrote: > I am looking for information about the time complexity for array and object > operations (such as array.slice or object[x]) in Mozilla's javascript > implementation. > Try asking in http://groups.google.com/group/mozilla.dev.tech.js-engine/topics or #js on irc.mozilla.org. You could also check the source code: http://mxr.mozilla.org/mozilla-central/source/js/src/ Nickolay