|
|
|
|
|
by avianlyric
13 days ago
|
|
There’s a big difference between processing multiple streams, and processing multiple streams simultaneously. You can achieve the former, without the latter, by doing time slicing. Spending a small amount of time processing stream A, then dropping that and processing stream B for a moment, then swapping back. Just like how a single core CPU can process multiple threads. Proving the brain is continuously processing and encoding multiple streams simultaneously is an interesting finding that helps us better understand how our brains handle multitasking. That’s absolutely something worth studying and understanding, even if the headline discovery “feels” obvious. It the precise mechanism that’s interesting, not the effect the mechanism produces. |
|