
Replaced the HASHTABLE in galeramon with an std::unordered_map. This simplifies the code by a great amount and makes it more readable. Removed the extraneous functions that mostly logged debug information and simplified the logic by removing redundant checks.