karljj1 / kdis

DIS(IEEE 1278.1) Fully Implemented in C++. A complete open source implementation of DIS (Distributed Interactive Simulation) in C++. 1278.1 and 1278.1a are fully implemented including enumerations. Includes several utility classes to help with developing your DIS app.
BSD 2-Clause "Simplified" License
22 stars 10 forks source link

std::unordered_map instead of std::map #21

Open carlocorradini opened 8 months ago

carlocorradini commented 8 months ago

Use std::unordered_map instead of map when order of elements is not important