Extended Maps
Extended Maps

This is a C++ class that extends the std::map class. It adds functionality to disregard "default values" so that the application will not take up more memory than is necessary. It also has a NULL that can be used for almost any datatype.

— Github repository link: https://github.com/yellowcamper/extended-maps

Author
Kenneth Michael (Mikey) Neal
Date
Initial Upload: 5 September 2021
Remarks
This code is still prerelease, do please report any bugs or errors through the github issue tracker.