Circular buffer in JavaScript

Posted by lonforce on Stack Overflow See other posts from Stack Overflow or by lonforce
Published on 2009-10-17T20:29:05Z Indexed on 2010/05/28 17:22 UTC
Read the original article Hit count: 242

I was wondering whether anyone has already implemented a circular buffer in JavaScript? How would you do that without having pointers?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about data-structures