You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, FastPFor is a wonderful project and has already been added to our database infinity as the posting list codec for the builtin full text search engine.
However, currently we've not enabled it right now because we require the codec to be a template based one such that both uint32_t and uint16_t could be compressed and decompressed correctly. Current FastPFor provides interfaces for uint32_t, a naive solution is to cast between uint16_t and uint32_t one by one but it is not efficient, as a result, how to provide builtin codec for uint16_t ? Thank you ~
The text was updated successfully, but these errors were encountered:
Hi, FastPFor is a wonderful project and has already been added to our database infinity as the posting list codec for the builtin full text search engine.
However, currently we've not enabled it right now because we require the codec to be a template based one such that both uint32_t and uint16_t could be compressed and decompressed correctly. Current FastPFor provides interfaces for uint32_t, a naive solution is to cast between uint16_t and uint32_t one by one but it is not efficient, as a result, how to provide builtin codec for uint16_t ? Thank you ~
The text was updated successfully, but these errors were encountered: