HackerTrans
トップ新着トレンドコメント過去質問紹介求人

robert3005

no profile record

コメント

robert3005
·6 か月前·議論
Not to be confused with Velox a compute engine https://github.com/facebookincubator/velox/
robert3005
·8 か月前·議論
What you can do if you have gpu friendly format is you send compressed data over PCI-E and then decompress on the gpu. Thus your overall throughput will increase since PCI-E bandwidth is the limiting factor of the overall system.
robert3005
·8 か月前·議論
Can’t wait for https://github.com/apache/iceberg/issues/12225 to merge so there’s an api to integrate against
robert3005
·8 か月前·議論
The default writer will decompress the values, however, right now you can implement your own write strategy that will avoid doing it. We plan on adding that as an option since it’s quite common.
robert3005
·9 か月前·議論
Highly recommend https://www.vldb.org/pvldb/vol16/p2132-afroozeh.pdf for a comparable algorithm. It generalizes to arbitrary input and output bit widths.
robert3005
·10 か月前·議論
You might be interested in https://github.com/spiraldb/fastlanes. It gives you fast bit packed vectors. It needs padding to 1024 elements though for the performance.