Efficient C++ Bounded Thread-Safe FIFO Queue and LIFO Stack for real-time systems
11 views
Skip to first unread message
Ramine
unread,
Apr 4, 2017, 10:51:31 AM4/4/17
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hello,
Efficient C++ Bounded Thread-Safe FIFO Queue and LIFO Stack for
real-time systems.
Description:
Efficient C++ Bounded Thread-Safe FIFO Queue and LIFO Stack for
real-time systems, they are efficient and they eliminate false-sharing
and they are FIFO fair and starvation-free.