FreneticLLC / FreneticScript

The Frenetic Scripting Engine (dll)
MIT License
3 stars 1 forks source link

ListQueue class #4

Closed mcmonkey4eva closed 8 years ago

mcmonkey4eva commented 8 years ago

We need a class that functions like a list and a queue combined:

Queue will overflow memory, List will waste calculation time.

This middle ground should server as an ideal holding for ScriptQueue commands.