How can I reduce the CPU usage in my Angular application, which spikes to 100% when connecting to a WebSocket for real-time data updates, where thousands of data entries are updated in a table per second? I need to include all the data and ensure that none is missed while addressing the high CPU usage issue during high-frequency WebSocket data updates.