Grassroots Infrastructure
The Grassroots Infrastructure is a suite of computing tools to help users and developers use scientific data infrastructure that can easily be interconnected.
|
Go to the source code of this file.
Functions | |
HashTable * | GetHashTableOfStrings (const uint32 initial_capacity, const uint8 load_percentage) |
Create a HashTable where both the keys and values are strings. More... | |
HashTable * | GetHashTableOfStringInts (const uint32 initial_capacity, const uint8 load_percentage) |
Create a HashTable where the keys are strings and the values are uint32. More... | |
bool | CompareStringHashBuckets (const void *const bucket_key_p, const void *const key_p) |
Compare the keys of two StringHashBuckets. More... | |
int | CompareKeysAlphabetically (const void *v0_p, const void *v1_p) |
Compare two strings alphabetically. More... | |