Right now this library already has an adapter to use arrays as queue backend.
Array adapter is pretty useful when one want to get started with this library or when he does not have the possibility to have an external queue backend instance like Mongo and the gang.
For the latter I think that it should provide a more robust and performing way to store queues in memory having an adapter that uses \SplQueue.
Right now this library already has an adapter to use arrays as queue backend.
Array adapter is pretty useful when one want to get started with this library or when he does not have the possibility to have an external queue backend instance like Mongo and the gang.
For the latter I think that it should provide a more robust and performing way to store queues in memory having an adapter that uses
\SplQueue
.