|
|
|
|
|
by b0tzzzzzzman
1735 days ago
|
|
Looking for insight from people who work at low level optimising of code, instruction sets, and hardware. 1. Do you see 128bit processors/systems becoming mainstream anytime in the near future? 2. What type of applications would benefit consumers and general computing at scale? 3. Do we know of any of the main players working on these? |
|
I'm not a expert, but this will make "SIMD" nearly everything.
In special, will allow data to be encoded as vectors and processed in batches ie: make it more than is now, and as emergent realization of the data, not as an "extra" to be added, sometimes, like actual SIMD instructions today.
This already is a thing in some rdbms/pipeline, where combine per-"row" and columnar processing is optimal.