Some container I built for C++ that I couldn't find elsewhere.
- array: a dynamic sized array, without capacity field
- gstring: german styled string without prefix in data
- ustring: umbra styled string with prefix in data
- lru_cache: least recently used cache
- punordered_map: a hash table implemenetation given a perfect hash function
- trie: a tree data structure for fast searching of strings and prefixes
- SSocket: some templates to shorten socket function calls with WinSock2