String_Hash_Tables

Versatile implementation of hash tables.
• Generic to allow all kinds of content.
• Variable size (always prime).

Construction

Storing and retrieving data

Indexed access

Iterating

Performance debugging