SimGrid  3.18
Versatile Simulation of Distributed Systems
Usual data structures

Detailed Description

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. However, if you are programming in C++ you might want to use C++ containers instead.

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)