Queue data structure written in pure Lua

$ luarocks install queue

In computer science, queue is a data structure
operating on elements in a FIFO (first in, first out)
manner. In other words, the first element added to the
queue will be the first one to be removed.

Even though there are common possibilities to implement
a queue, this module employs a linked list implementation
written in pure Lua.

Versions

0.0.1-01 year ago80 downloads

Dependencies

lua >= 5.1

Manifests