SimGrid
3.9.90
Versatile Simulation of Distributed Systems
|
a O(1) set based on linked lists More...
Modules | |
Swag types | |
SWAG functions | |
Swag cursor | |
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.