I have designed an objectservice for a single threaded game rpg server. It’s purpose is to store the entire set of objects in a single instance shared by all connected clients. it’s purpose it follows a singleton pattern but i would like some reviews on some the class as it does use alot of cpuRead more