在 Bing.com runs on .NET Core 2.1 這篇英文博文中提到了 Vectorization :Vectorization of string.EqualsVectorization of these operations is the single biggest contributor to the performance improvement we’ve measured.請問如何理解 Vectorization ?
1 回答

慕姐4208626
TA貢獻1852條經驗 獲得超7個贊
Vectorization may refer to:
Array programming, a style of computer programming where operations are applied to whole arrays instead of individual elements
Automatic vectorization, a compiler optimization that transforms loops to vector operations
我猜是類似于 Python /R 里面的數組操作,微軟的習慣反正是先寫出來能用,然后再抽空找時間優化性能。
添加回答
舉報
0/150
提交
取消