Queue_MTC, a fast queue class for Xojo

Kem Tekinay is pleased to announce Queue_MTC, a fast queue class for Xojo.

Queue_MTC offers a fast way to queue, and dequeue (first-in-first-out) or pop (last-in-first-out), any type or data. It works mostly like an ordinary Variant array but is many times faster for this purpose.

The project is open-source and comes with a Harness project that offers sample code through unit tests, and a detailed README file.

You can find the project on GitHub here:

4 Likes