libsc
2.8.7
The SC library provides support for parallel scientific applications.
|
The sc_hash_array implements an array backed up by a hash table. More...
#include <sc_containers.h>
Data Fields | |
void * | user_data |
Context passed by the user. | |
sc_array_t | a |
Array storing the elements. | |
sc_hash_t * | h |
Hash map pointing into element array. | |
sc_hash_array_data_t * | internal_data |
Private context data. | |
The sc_hash_array implements an array backed up by a hash table.
This enables O(1) access for array elements.