Echo JS 0.11.0

<~>
tracker1 1312 days ago. link 1 point
While this does show how you *could* use linked lists in JavaScript, in practice, don't do this... just use JS Arrays with plain objects.  The overhead for the article's methods will generally take a lot more memory and not really perform better than Array.prototype methods already available.

Replies