Is there a performant way to monitor the state of several hundred objects in JavaScript/TypeScript?
Currently I am considering developing a graphical CPU simulator using Electron.js and TypeScript/JavaScript. Because a CPU is a rather complex thing, consisting of thousands of electronical components.