Click here to Skip to main content
15,886,075 members
Articles / Programming Languages / C++

Robust C++: Queue Templates

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
23 Jun 2020GPL34 min read 8.6K   119   7  
Implementing corruptible queues that don't manage memory
This article describes one-way and two-way queue templates that can be used instead of STL queues. Objects in the queue provide the links, so memory is used efficiently. And if a queue gets trampled, the system can try to recover.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Architect
United States United States
Author of Robust Services Core (GitHub) and Robust Communications Software (Wiley). Formerly Chief Software Architect of the core network servers that handle the calls in AT&T's wireless network.

Comments and Discussions