SimGrid  3.14.159
Versatile Simulation of Distributed Systems

Detailed Description

a O(1) set based on linked lists

Warning, this module is done to be efficient and performs tons of cast and dirty things. So make sure you know what you are doing while using it. It is basically a fifo but with restrictions so that it can be used as a set. Any operation (add, remove, belongs) is O(1) and no call to malloc/free is done.

Deprecated:
If you are using C++, you might want to use boost::intrusive::set instead.

Modules

 Swag types
 Specific set.
 
 SWAG functions
 
 Swag cursor
 Iterates over the whole swag.