-
Notifications
You must be signed in to change notification settings - Fork 0
Home
DarkThrone edited this page May 27, 2011
·
6 revisions
#Welcome to the Q wiki!
Q (pronounced /ˈkjuː/) is small queue implementation made in javascript. The implementation is really simple and basic so it should work in all browsers (mobile and web, although is fully tested in IE, FF and Chrome). If you want to help providing tests for other browsers, then your welcome to.
This particular implementation is based on a [static queue](http://en.wikipedia.org/wiki/Queue_(data_structure\)) in JavaScript terms. The main difference between this implementation and other implementations (Java, C++, etc.) is JavaScript elastic arrays. As the array doesn't have to be initialized. At the moment is the smallest around, but could be smaller.