NRE-Utility

NearlyRealEngine Standard Library

NRE-Utility is a library provinding implementation for standard container and lots of design pattern.
It's designed to outpass the C++ standard library performance or equals it.
The API is designed to match the standard library in order to switch to NRE-Utility easily.
Currently featuring :

  • Vector
  • ForwardList
  • Array
  • UnorderedMap (and HashTable)
  • String
  • Pair
  • Singleton
  • Observer & Observable
More will come has the NearlyRealEngine is being reworked.

The library can be found on my GitHub : NRE-Utility

Documentation

The library is fully-documented, the documentation is available here :
NRE-Utility Documentation