HackerTrans
TopNewTrendsCommentsPastAskShowJobs

robert3005

no profile record

comments

robert3005
·6 miesięcy temu·discuss
Not to be confused with Velox a compute engine https://github.com/facebookincubator/velox/
robert3005
·8 miesięcy temu·discuss
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 miesięcy temu·discuss
Can’t wait for https://github.com/apache/iceberg/issues/12225 to merge so there’s an api to integrate against
robert3005
·8 miesięcy temu·discuss
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 miesięcy temu·discuss
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 miesięcy temu·discuss
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.