libsc
2.8.7
The SC library provides support for parallel scientific applications.
|
The library provides dynamic containers such as lists, arrays, and hash tables. More...
Files | |
file | sc_containers.h |
Dynamic containers such as lists, arrays, and hash tables. | |
file | sc_keyvalue.h |
This file provides a lookup structure for key-value pairs. | |
file | sc_string.h |
This file declares a simple string object that can be appended to. | |
The library provides dynamic containers such as lists, arrays, and hash tables.
The sc_array structure serves as lightweight resizable array. Based on this array, we implement the sc_hash table and the sc_hash_array. We also add a string implementation in sc_string.h.