SimGrid 3.7.1
Scalable simulation of distributed systems
|
Modules | |
Dynar: generic dynamic array | |
DynArr are dynamically sized vector which may contain any type of variables. | |
Dict: generic dictionnary | |
The dictionary data structure (comparable to hash tables) | |
Set: generic set datatype | |
A data container consisting in Dict: generic dictionnary and Dynar: generic dynamic array. | |
Fifo: generic workqueue | |
This section describes the API to generic workqueue. | |
Swag: O(1) set datatype | |
a O(1) set based on linked lists | |
Heap: generic heap data structure | |
This section describes the API to generic heap with O(log(n)) access. |
Here are the basic data containers that every C programmer rewrites one day. You won't need to do so yourself, you lucky one, because we did it for you.
Back to the main Simgrid Documentation page |
The version of SimGrid documented here is v3.7.1. Documentation of other versions can be found in their respective archive files (directory doc/html). |
Generated by ![]() |