|
|
|
|
|
by gumby
746 days ago
|
|
> good vector performance is still important (if less important than integer) This is in part (major part IMHO) because few languages support vector operations as first class operators. We are still trapped in the tyranny that assumes a C abstract machine. And so because so few languages support vectors, the instruction mix doesn’t emphasize it, therefore there’s less incentive to work on new language paradigms, and we remained tapped in a suboptimal loop. I’m not claiming there are any villains here, we’re just stuck in a hill-climbing failure. |
|