AODQ / pulchritude-engine

lingua franca game engine
MIT License
0 stars 0 forks source link

Pule - Internal std::unordered_map replacement #27

Open AODQ opened 2 years ago

AODQ commented 2 years ago

Description

Need to replace std::unordered_map with some unordered map that doesn't rely on the standard library. Templates are fine. This can be put into a "PuleStdCpp" library that can also be exposed to C++ users. It could be part of the interface between the ABI and user.