I'm developing an emulator for a game. I have an object named "Map", which contains the map's id, and other various information about it. The game contains a lot of map objects (about 10,000). The data is located inside a SQL table, so I'm using that to load it.I'm developing an emulator for a game. I have a