https://www.kdnuggets.com/2017/02/apache-arrow-parquet-columnar-data.htmlhtml
https://arrow.apache.org/git
https://hyper-db.de/index.html#teamgithub
CMU-db,https://github.com/cmu-db/terrierapache
SIMD,https://blog.csdn.net/tercel_zhang/article/details/80694573.net
single instruction multiple data,scala
128bit的寄存器,能够同时放4个32bit的float,对4个float同时执行指令,好比add,就实现了SIMDhtm
SSE指令,Streaming SIMD Extensions的缩写blog
SSE有8个128位寄存器,XMM0 ~XMM7ip
能够进行,packed或scalar计算get