mozilla / loci

UNMAINTAINED! An experimental addon that enriches the data about places in Firefox
Mozilla Public License 2.0
2 stars 6 forks source link

Implement a Queue data structure #6

Closed oyiptong closed 8 years ago

oyiptong commented 8 years ago

Implement a Queue data structure. In our case, it may be most efficient to implement a LIFO queue, i.e. a stack and using the JS Array data structure as backing store.

This data structure will contain a set of task id's, which are identifiers of rows in the tasks database