Davidah121 / SMPL

A static C++ library that encompasses all of the tools I have made to make development easier.
1 stars 0 forks source link

HashMap Fixes, GuiXmlStuff #105

Closed Davidah121 closed 2 years ago

Davidah121 commented 2 years ago

closes #104

Reworked SimpleHashMap. Faster than std::unordered_multimap in most cases. Slower than std::unordered_map when attempting to allow only unique key values.

Most of the Gui XML loader is completed. A few elements need to be added.